diff options
Diffstat (limited to 'libpcsxcore/gpu.c')
| -rw-r--r-- | libpcsxcore/gpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/gpu.c b/libpcsxcore/gpu.c index ca26e926..cdc8f1a4 100644 --- a/libpcsxcore/gpu.c +++ b/libpcsxcore/gpu.c @@ -84,6 +84,7 @@ int gpuReadStatus() hard = GPU_readStatus();
+#if 0
// ePSXe 1.7.0 - Chrono Cross interlace hack
if (hard & 0x400000) {
switch (Config.PsxType) {
@@ -96,6 +97,7 @@ int gpuReadStatus() break;
}
}
+#endif
// NOTE:
|
