mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Opcode decoding: 0xC0 isn't a valid command.
Fix our opcode decoders to handle this appropriately.
This commit is contained in:
parent
b4e1ac5f08
commit
369c0c4ce2
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ namespace OpcodeDecoder
|
|||
#define GX_CMD_CALL_DL 0x40
|
||||
#define GX_CMD_INVL_VC 0x48
|
||||
|
||||
#define GX_PRIMITIVE_MASK 0x78
|
||||
#define GX_PRIMITIVE_MASK 0x38
|
||||
#define GX_PRIMITIVE_SHIFT 3
|
||||
#define GX_VAT_MASK 0x07
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue