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

@ -156,7 +156,7 @@ void PPCDebugInterface::ToggleMemCheck(unsigned int address, bool read, bool wri
}
}
void PPCDebugInterface::InsertBLR(unsigned int address, unsigned int value)
void PPCDebugInterface::Patch(unsigned int address, unsigned int value)
{
PowerPC::HostWrite_U32(value, address);
PowerPC::ScheduleInvalidateCacheThreadSafe(address);