summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/gpu.c2
-rw-r--r--libpcsxcore/psxinterpreter.c5
2 files changed, 3 insertions, 4 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:
diff --git a/libpcsxcore/psxinterpreter.c b/libpcsxcore/psxinterpreter.c
index dc577f3a..e4e02248 100644
--- a/libpcsxcore/psxinterpreter.c
+++ b/libpcsxcore/psxinterpreter.c
@@ -794,10 +794,7 @@ void psxCOP2() {
psxCP2[_Funct_]();
}
-void psxBASIC() {
- if ((psxRegs.CP0.n.Status & 0x40000000) == 0 )
- return;
-
+void psxBASIC() {
psxCP2BSC[_Rs_]();
}