mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
optimise away unneeded flag sets
- especially useful for thumb code and larger max block sizes - can still be improved upon
This commit is contained in:
@ -28,6 +28,7 @@ struct FetchedInstr
|
||||
return Instr >> 28;
|
||||
}
|
||||
|
||||
u8 SetFlags;
|
||||
u32 Instr;
|
||||
u32 NextInstr[2];
|
||||
|
||||
|
Reference in New Issue
Block a user