diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-09 13:20:37 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-09 13:20:37 +0000 |
| commit | 319977f3f0cdce657073d624d57da19d8604c938 (patch) | |
| tree | ab53fa79c5528fdf67bfce56215a33bf04831fcf /libpcsxcore/gpu.c | |
| parent | 031b39df59c23668fe209b5d2da6a3edd79caa86 (diff) | |
| download | pcsxr-319977f3f0cdce657073d624d57da19d8604c938.tar.gz | |
Gpu - Disable extra safety check (test this later)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56984 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/gpu.c')
| -rw-r--r-- | libpcsxcore/gpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/gpu.c b/libpcsxcore/gpu.c index cdc8f1a4..ee7204d8 100644 --- a/libpcsxcore/gpu.c +++ b/libpcsxcore/gpu.c @@ -108,7 +108,7 @@ int gpuReadStatus() // - Hot wheels turbo racing
// - Dukes of Hazzard
-#if 1
+#if 0
if( HW_DMA2_CHCR & 0x01000000 )
{
hard &= ~GPUSTATUS_IDLE;
|
