diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-05-31 16:18:33 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-05-31 16:18:33 +0000 |
| commit | 084e1fa1585f6976234dd7456897c5d98743a98d (patch) | |
| tree | ff844de41239f482e783514e4970d6e10a1af30f /libpcsxcore/cdrom.h | |
| parent | a8b3fef9789b19037fba8fd22ae9fc12c3fe46fd (diff) | |
| download | pcsxr-084e1fa1585f6976234dd7456897c5d98743a98d.tar.gz | |
Ape Escape.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67225 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.h')
| -rw-r--r-- | libpcsxcore/cdrom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index a3eabb59..7432ab03 100644 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -52,7 +52,7 @@ typedef struct { unsigned char StatP;
unsigned char Transfer[CD_FRAMESIZE_RAW];
- unsigned char *pTransfer;
+ unsigned int transferIndex;
unsigned char Prev[4];
unsigned char Param[8];
|
