summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom/cdr.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-09 02:22:57 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-09 02:22:57 +0000
commitd4840a37d9adf0b9124fad722a5ae5faae4bb639 (patch)
treeadb29427193a551e14fc6bd3d8aacfecf8706746 /plugins/dfcdrom/cdr.h
parent511edc3388bb3b8285af8c818af27235773d4bce (diff)
downloadpcsxr-d4840a37d9adf0b9124fad722a5ae5faae4bb639.tar.gz
dfcdrom: fixed thread deadlock in some cases.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55905 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdr.h')
-rw-r--r--plugins/dfcdrom/cdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h
index 0ae2c680..88291dca 100644
--- a/plugins/dfcdrom/cdr.h
+++ b/plugins/dfcdrom/cdr.h
@@ -175,6 +175,7 @@ typedef union {
} crdata;
typedef struct {
+ unsigned char msf[3];
crdata cr;
int ret;
} CacheData;