mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Parser and Assembler implementations
This commit is contained in:
@ -95,6 +95,8 @@ private:
|
||||
void OnInsertBLR();
|
||||
void OnInsertNOP();
|
||||
void OnReplaceInstruction();
|
||||
void OnAssembleInstruction();
|
||||
void DoPatchInstruction(bool assemble);
|
||||
void OnRestoreInstruction();
|
||||
|
||||
void CalculateBranchIndentation();
|
||||
|
Reference in New Issue
Block a user