mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-29 00:56:27 -05:00
Rename ARegisters to AThreadState
This commit is contained in:
@@ -167,7 +167,7 @@ namespace ChocolArm64.Instruction
|
||||
|
||||
Context.EmitLdint(Op.Rn);
|
||||
|
||||
if (Op.Rm != ARegisters.ZRIndex)
|
||||
if (Op.Rm != AThreadState.ZRIndex)
|
||||
{
|
||||
Context.EmitLdint(Op.Rm);
|
||||
}
|
||||
|
Reference in New Issue
Block a user