From 319977f3f0cdce657073d624d57da19d8604c938 Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Thu, 9 Sep 2010 13:20:37 +0000 Subject: Gpu - Disable extra safety check (test this later) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56984 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/gpu.c') 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; -- cgit v1.2.3