CPU/Recompiler: Don't require fallback for GTE instructions
This commit is contained in:
@ -23,6 +23,9 @@ public:
|
||||
static void UpdateLoadDelay(Core* cpu);
|
||||
static void RaiseException(Core* cpu, u8 excode);
|
||||
static void RaiseAddressException(Core* cpu, u32 address, bool store, bool branch);
|
||||
static void ExecuteGTEInstruction(Core* cpu, u32 instruction_bits);
|
||||
static u32 ReadGTERegister(Core* cpu, u32 reg);
|
||||
static void WriteGTERegister(Core* cpu, u32 reg, u32 value);
|
||||
};
|
||||
|
||||
class ASMFunctions
|
||||
|
||||
Reference in New Issue
Block a user