mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 17:30:47 -07:00
Remove broken adds/cmn with condition check optimization (#218)
This commit is contained in:
@ -50,8 +50,6 @@ namespace ChocolArm64.Instruction
|
||||
|
||||
public static void Adds(AILEmitterCtx Context)
|
||||
{
|
||||
Context.TryOptMarkCondWithoutCmp();
|
||||
|
||||
EmitDataLoadOpers(Context);
|
||||
|
||||
Context.Emit(OpCodes.Add);
|
||||
|
Reference in New Issue
Block a user