diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-01-23 09:26:39 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-01-23 09:26:39 +0000 |
| commit | 069873cb1960e771822f408037c2e021c5dfe46f (patch) | |
| tree | 1d2941998c12956ca327014def5218ae3a6952b6 /libpcsxcore/cdriso.h | |
| parent | 47c7da9655a692701436605b3a21f7d08ce28ef6 (diff) | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40651 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdriso.h')
| -rw-r--r-- | libpcsxcore/cdriso.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpcsxcore/cdriso.h b/libpcsxcore/cdriso.h index 896dbf82..f263548f 100644 --- a/libpcsxcore/cdriso.h +++ b/libpcsxcore/cdriso.h @@ -24,7 +24,6 @@ void imageReaderInit(void); #define MSF2SECT(m, s, f) (((m) * 60 + (s) - 2) * 75 + (f)) -#define btoi(b) ((b) / 16 * 10 + (b) % 16) /* BCD to u_char */ #define CD_FRAMESIZE_RAW 2352 #define DATA_SIZE (CD_FRAMESIZE_RAW - 12) |
