mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 10:39:50 -06:00
Fix corner cases of ADCS and SBFM
This commit is contained in:
@ -39,7 +39,7 @@ namespace ChocolArm64.Instruction
|
||||
{
|
||||
Context.EmitZNFlagCheck();
|
||||
|
||||
EmitAddsCCheck(Context);
|
||||
EmitAdcsCCheck(Context);
|
||||
EmitAddsVCheck(Context);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user