Fix more warnings

This commit is contained in:
Gabriel A 2023-12-24 13:13:13 -03:00
parent a00ad022fd
commit 79d9c5a083
5 changed files with 21 additions and 5 deletions

View file

@ -22,7 +22,6 @@ namespace Ryujinx.Cpu.LightningJit.Arm32
RdnDn = Rdn | Dn,
RdRd16 = Rd | Rd16,
RtRt16 = Rt | Rd16,
RtRt2 = Rt | Rt2,
RdLoRdHi = RdLo | RdHi,
RdLoHi = Rd | RdHi,