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:
spacy51 2008-08-28 21:07:26 +00:00
parent c304345f61
commit f76a2165ef
1 changed files with 1 additions and 1 deletions

View File

@ -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;