diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-04 12:54:25 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-04 12:54:25 +0000 |
| commit | eafc4b49b97300f40c02c6423c854551371c94f8 (patch) | |
| tree | 808fa5916df5aaa2621ea30fe7aa87a53610e6aa /libpcsxcore | |
| parent | e2f01cd5e76b20e595b7d516ba4a8d47be6efe3f (diff) | |
| download | pcsxr-eafc4b49b97300f40c02c6423c854551371c94f8.tar.gz | |
Brave Fencer Musashi, Micro Machines V3, Parasite Eve 2, etc;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82044 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rwxr-xr-x | libpcsxcore/cdrom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index b9e9d1ba..c07b1450 100755 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -2259,7 +2259,8 @@ void cdrWrite3(unsigned char rt) { return; } -#if 0 +#if 1 + // Brave Fencer Musashi, Micro Machines V3, Parasite Eve 2, etc. if (cdr.Reading && !cdr.ResultReady) { CDREAD_INT((cdr.Mode & MODE_SPEED) ? (cdReadTime / 2) : cdReadTime); } |
