mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-31 14:47:10 +00:00
Merge branch 'master' of https://skidau@code.google.com/p/dolphin-emu/ into SaveStates
This commit is contained in:
commit
f6b9ae534e
31 changed files with 530 additions and 29 deletions
|
@ -134,6 +134,8 @@ namespace PowerPC
|
|||
#endif
|
||||
if (t == 0xff) // load to the cache
|
||||
{
|
||||
if (jit)
|
||||
jit->GetBlockCache()->InvalidateICache(addr);
|
||||
if (HID0.ILOCK) // instruction cache is locked
|
||||
return Memory::ReadUnchecked_U32(addr);
|
||||
// select a way
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue