mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 11:10:06 +02: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