diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-08 20:41:41 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-08 20:41:41 +0000 |
| commit | 9866a42006d161b2ea42884c17102c792b4aa82d (patch) | |
| tree | 138dedc3eda19f501b798613d5950d3a69c8a84a /libpcsxcore/cdrom.c | |
| parent | 734afc5908ea97f2a7dd7b23c83375a3278f08b9 (diff) | |
BIOS player;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82118 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.c')
| -rwxr-xr-x | libpcsxcore/cdrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 7336b2a5..c7410777 100755 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -2436,7 +2436,7 @@ void cdrReset() { cdr.File = 1; cdr.Channel = 1; -#if 0 +#if 1 // BIOS player - default values cdr.AttenuatorLeft[0] = 0x80; cdr.AttenuatorLeft[1] = 0x00; |
