mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
make sound rates platform dependent
This commit is contained in:
parent
33bde0c3c5
commit
089f516d6c
6 changed files with 11 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue