mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Do this for GBA sound enhancements too
This commit is contained in:
@@ -2326,6 +2326,7 @@ EVT_HANDLER_MASK(SoundConfigure, "Sound options...", CMDEN_NREC_ANY)
|
||||
|
||||
case IMAGE_GBA:
|
||||
soundSetSampleRate(!gopts.sound_qual ? 48000 : 44100 / (1 << (gopts.sound_qual - 1)));
|
||||
soundFiltering = (float)gopts.gba_sound_filter / 100.0f;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user