mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 08:08:58 -06:00
Decoders: Add IOpCode32HasSetFlags (#3136)
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ARMeilleure.Instructions
|
||||
{
|
||||
public static bool ShouldSetFlags(ArmEmitterContext context)
|
||||
{
|
||||
IOpCode32Alu op = (IOpCode32Alu)context.CurrOp;
|
||||
IOpCode32HasSetFlags op = (IOpCode32HasSetFlags)context.CurrOp;
|
||||
|
||||
if (op.SetFlags == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user