mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Refactor OpcodeDecoding and FIFO analyzer to use callbacks
This commit is contained in:
@ -2205,7 +2205,7 @@ struct BPMemory
|
||||
|
||||
extern BPMemory bpmem;
|
||||
|
||||
void LoadBPReg(u32 value0, int cycles_into_future);
|
||||
void LoadBPRegPreprocess(u32 value0, int cycles_into_future);
|
||||
void LoadBPReg(u8 reg, u32 value, int cycles_into_future);
|
||||
void LoadBPRegPreprocess(u8 reg, u32 value, int cycles_into_future);
|
||||
|
||||
std::pair<std::string, std::string> GetBPRegInfo(u8 cmd, u32 cmddata);
|
||||
|
Reference in New Issue
Block a user