mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-28 09:32:54 +00:00
@@ -268,7 +268,7 @@ namespace ARMeilleure.Instructions
|
||||
{
|
||||
if (setCarry)
|
||||
{
|
||||
SetFlag(context, PState.CFlag, Const(0));;
|
||||
SetFlag(context, PState.CFlag, Const(0));
|
||||
}
|
||||
|
||||
return Const(0);
|
||||
|
||||
Reference in New Issue
Block a user