FIX use GBC audio core for GBC ROMs instead of GB mono
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@657 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
c304345f61
commit
f76a2165ef
|
@ -141,7 +141,7 @@ void gbSoundTick()
|
|||
static void reset_apu()
|
||||
{
|
||||
Gb_Apu::mode_t mode = Gb_Apu::mode_dmg;
|
||||
if ( gbHardware & 1 )
|
||||
if ( gbHardware & 2 )
|
||||
mode = Gb_Apu::mode_cgb;
|
||||
if ( gbHardware & 8 )
|
||||
mode = Gb_Apu::mode_agb;
|
||||
|
|
Loading…
Reference in New Issue