mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo fix
This commit is contained in:
parent
4d11aa3edb
commit
2b7d95be1d
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ std::vector<std::string> CWCheatEngine::GetCodesList() { //Reads the entire chea
|
|||
|
||||
void CWCheatEngine::InvalidateICache(u32 addr, int size) {
|
||||
if (MIPSComp::jit) {
|
||||
MIPSComp::jit->GetBlockCache()->InvalidateICache(addr & ~3, 4);
|
||||
MIPSComp::jit->GetBlockCache()->InvalidateICache(addr & ~3, size);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue