make sound rates platform dependent

This commit is contained in:
kub 2024-02-17 21:32:45 +01:00
parent 33bde0c3c5
commit 089f516d6c
6 changed files with 11 additions and 5 deletions

View file

@ -778,7 +778,7 @@ void pemu_sound_start(void)
}
}
static const int sound_rates[] = { 53000, 44100, 32000, 22050, 16000, 11025, 8000 };
static const int sound_rates[] = { 52000, 44100, 32000, 22050, 16000, 11025, 8000 };
void pemu_sound_stop(void)
{