diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-27 08:19:43 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-27 08:19:43 +0000 |
| commit | d4ce960b5136aafd47e60c77876e17e37b3de18a (patch) | |
| tree | 8c4f88173d36b6c54fd844f0f3f1490ab91ed049 /plugins/dfcdrom/cdr.h | |
| parent | 24054df7ea8081b4a4b9875344b37458ec8502a5 (diff) | |
| download | pcsxr-d4ce960b5136aafd47e60c77876e17e37b3de18a.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38307 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdr.h')
| -rw-r--r-- | plugins/dfcdrom/cdr.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h index ae22f6cd..2570545c 100644 --- a/plugins/dfcdrom/cdr.h +++ b/plugins/dfcdrom/cdr.h @@ -48,24 +48,11 @@ typedef union { unsigned char buf[CD_FRAMESIZE_RAW]; } crdata; -crdata cr; - typedef struct { crdata cr; int ret; } CacheData; -CacheData *cdcache; -unsigned char *cdbuffer; -int cacheaddr; - -unsigned char lastTime[3]; -int cdHandle; -pthread_t thread; -int subqread, stopth; -int found, locked; -int playing; - long ReadNormal(); long ReadThreaded(); unsigned char* GetBNormal(); |
