diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-02 21:39:52 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-02 21:39:52 +0000 |
| commit | 585bb1ecb49bda5c3ec1112df67474922c2cc04e (patch) | |
| tree | b668cd90d449d099597f069c30a606a2294dd6ab /libpcsxcore/psxbios.c | |
| parent | 473ab832adf21e9e5e2b0df835794556096820c8 (diff) | |
| download | pcsxr-585bb1ecb49bda5c3ec1112df67474922c2cc04e.tar.gz | |
Dynarec(x64): recompile instructions on FlushCache BIOS call - Fixes XG memcard access. Also added psxJumpText() for easier debugging.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83304 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxbios.c')
| -rwxr-xr-x | libpcsxcore/psxbios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index c818a883..3492361f 100755 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -1070,7 +1070,7 @@ void psxBios_FlushCache() { // 44 PSXBIOS_LOG("psxBios_%s\n", biosA0n[0x44]); #endif - psxRegs.ICache_valid = 0; + psxRegs.ICache_valid = FALSE; pc0 = ra; } |
