summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-13 06:43:32 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-13 06:43:32 +0000
commit71a6d4942d28da563d906934e85404d35846d51f (patch)
tree02a74d1b39df52f99b83f958f8b6c35bf6b72463 /libpcsxcore/cdrom.h
parent74116c11a2adc1f2030970ff8143cba5fb636eb6 (diff)
downloadpcsxr-71a6d4942d28da563d906934e85404d35846d51f.tar.gz
Merged change from http://forums.ngemu.com/pcsx-discussion/116599-developers-wanted-pcsx-revival-9.html#post1902678 with minor amendments.
GPU DMA chain timing (FF7 opening CG and maybe other games too - not tested with rebel assault 2 though). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57139 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.h')
-rw-r--r--libpcsxcore/cdrom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h
index 07b62924..9e4c6fa7 100644
--- a/libpcsxcore/cdrom.h
+++ b/libpcsxcore/cdrom.h
@@ -87,6 +87,8 @@ typedef struct {
u32 eCycle;
boolean Seeked;
+
+ u8 LidCheck;
} cdrStruct;
extern cdrStruct cdr;