mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Add remaining possible uses of MOVBE
Also fixes a missing 'break' statement in DisassembleMov().
This commit is contained in:
@ -17,6 +17,7 @@ struct InstructionInfo
|
||||
bool signExtend;
|
||||
bool hasImmediate;
|
||||
bool isMemoryWrite;
|
||||
bool byteSwap;
|
||||
u64 immediate;
|
||||
s32 displacement;
|
||||
};
|
||||
|
Reference in New Issue
Block a user