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/psxmem.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/psxmem.c')
| -rwxr-xr-x | libpcsxcore/psxmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxmem.c b/libpcsxcore/psxmem.c index 8215bdaf..73f5bc76 100755 --- a/libpcsxcore/psxmem.c +++ b/libpcsxcore/psxmem.c @@ -334,7 +334,7 @@ void psxMemWrite32(u32 mem, u32 value) { memset(psxMemWLUT + 0x8000, 0, 0x80 * sizeof(void *)); memset(psxMemWLUT + 0xa000, 0, 0x80 * sizeof(void *)); - psxRegs.ICache_valid = 0; + psxRegs.ICache_valid = FALSE; break; case 0x00: case 0x1e988: if (writeok == 1) break; |
