mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Add remaining possible uses of MOVBE
Also fixes a missing 'break' statement in DisassembleMov().
This commit is contained in:
parent
13b1ff5160
commit
acfd9ee76c
6 changed files with 161 additions and 144 deletions
|
@ -17,6 +17,7 @@ struct InstructionInfo
|
|||
bool signExtend;
|
||||
bool hasImmediate;
|
||||
bool isMemoryWrite;
|
||||
bool byteSwap;
|
||||
u64 immediate;
|
||||
s32 displacement;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue