DebugInterface: Rename InsertBLR to Patch

This commit is contained in:
Sepalani
2017-10-05 20:09:12 +02:00
parent 428f0fa69b
commit f65dcdcdca
6 changed files with 9 additions and 9 deletions

View File

@@ -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;
};