mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-18 19:10:53 -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