Woops, fixed a conditional to se the noise table pointer to the right value based on the region in fceusnd_reset

This commit is contained in:
qeed 2009-06-11 17:57:54 +00:00
parent 27a67f5886
commit 4765aeafd6
1 changed files with 2 additions and 2 deletions

View File

@ -1084,9 +1084,9 @@ void FCEUSND_Reset(void)
nreg=1; nreg=1;
if (PAL) if (PAL)
NoiseFreqTable = NoiseFreqTableNTSC;
else
NoiseFreqTable = NoiseFreqTablePAL; NoiseFreqTable = NoiseFreqTablePAL;
else
NoiseFreqTable = NoiseFreqTableNTSC;
for(x=0;x<2;x++) for(x=0;x<2;x++)
{ {