diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-05 01:11:09 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-05 01:11:09 +0000 |
| commit | dcc46e2d3011f7de48d6c16144088d1f3d4ed2db (patch) | |
| tree | 668a6d8b7f9c86c47f367a1624088f8dbaee34d4 /libpcsxcore/psxcounters.c | |
| parent | 37edbb7d48a17b7321ebeb5bcf992c7d77fd2662 (diff) | |
| download | pcsxr-dcc46e2d3011f7de48d6c16144088d1f3d4ed2db.tar.gz | |
Chrono Cross interlace fix (ePSXe version)
GameShark Lite needs GPUSTATUS_READYFORVRAM off when not IDLE. Also fixes CDROM swapping.
- Enable 'Fake GPU Busy States' to work
- Perhaps we should fix PEOPS GPU to turn off READYFORVRAM instead of gpu.c (my temp solution)
Please add gpu.c / gpu.h to your makefiles.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56824 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxcounters.c')
| -rw-r--r-- | libpcsxcore/psxcounters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index ebfe6296..9b3291e1 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -75,7 +75,7 @@ static const s32 VerboseLevel = 0; static Rcnt rcnts[ CounterQuantity ]; -static u32 hSyncCount = 0; +u32 hSyncCount = 0; static u32 spuSyncCount = 0; u32 psxNextCounter = 0, psxNextsCounter = 0; |
