aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.h
diff options
context:
space:
mode:
authornotaz2011-06-27 18:51:27 +0300
committernotaz2011-07-08 00:15:08 +0300
commit4feed8d3c6c867a45cae54fa7399041c3b5dd2c1 (patch)
tree65b2ff4b9db1286c3f91b6b1f5758bf736cab4d9 /libpcsxcore/psxcommon.h
parent9f21ebfe5570056501063c4165a0debf880f534f (diff)
downloadpcsx_rearmed-4feed8d3c6c867a45cae54fa7399041c3b5dd2c1.tar.gz
pcsx_rearmed-4feed8d3c6c867a45cae54fa7399041c3b5dd2c1.tar.bz2
pcsx_rearmed-4feed8d3c6c867a45cae54fa7399041c3b5dd2c1.zip
cdrom: make read reschedule optional
Some really nasty timing issues, I guess can only be resolved for good when general timing is good and BIAS is gone.
Diffstat (limited to 'libpcsxcore/psxcommon.h')
-rw-r--r--libpcsxcore/psxcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h
index 500c44a..9f12e3b 100644
--- a/libpcsxcore/psxcommon.h
+++ b/libpcsxcore/psxcommon.h
@@ -127,6 +127,7 @@ typedef struct {
boolean RCntFix;
boolean UseNet;
boolean VSyncWA;
+ boolean CdrReschedule;
u8 Cpu; // CPU_DYNAREC or CPU_INTERPRETER
u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL
#ifdef _WIN32