mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-18 16:01:55 -04:00
DebugInterface: Rename InsertBLR to Patch
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
void SetPC(unsigned int address) override;
|
||||
void Step() override {}
|
||||
void RunToBreakpoint() override;
|
||||
void InsertBLR(unsigned int address, unsigned int value) override;
|
||||
void Patch(unsigned int address, unsigned int value) override;
|
||||
int GetColor(unsigned int address) override;
|
||||
std::string GetDescription(unsigned int address) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user