diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-26 13:36:54 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-26 13:36:54 +0000 |
| commit | f90c726e013a832cea1ce213e5251b9a013ad8a1 (patch) | |
| tree | 5de84777ff55323cf940e5559abb46df25475238 /libpcsxcore/psxbios.c | |
| parent | 2ac114fd69d0b748d3cf527b49cc152b6c141483 (diff) | |
| download | pcsxr-f90c726e013a832cea1ce213e5251b9a013ad8a1.tar.gz | |
BIOS: cache flushing
- Only affects interpreter
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57733 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxbios.c')
| -rw-r--r-- | libpcsxcore/psxbios.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index f2751b86..a63741d6 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -1070,6 +1070,8 @@ void psxBios_FlushCache() { // 44 #ifdef PSXBIOS_LOG PSXBIOS_LOG("psxBios_%s\n", biosA0n[0x44]); #endif +
+ psxRegs.ICache_valid = 0;
pc0 = ra; } |
