mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-04 21:12:18 -06:00
Fix wrong type on CMTST instruction
This commit is contained in:
@@ -79,7 +79,7 @@ namespace ChocolArm64.Instruction
|
||||
|
||||
Context.Emit(OpCodes.And);
|
||||
|
||||
Context.EmitLdc_I4(0);
|
||||
Context.EmitLdc_I8(0);
|
||||
|
||||
Context.Emit(OpCodes.Bne_Un_S, LblTrue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user