mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-01-03 05:41:17 -05: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