mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-24 12:15:08 +00:00
audio fix
This commit is contained in:
parent
6b90c32d3f
commit
25a55c1565
@ -58,7 +58,7 @@ static void *wii_audio_init(const char *device, unsigned rate, unsigned latency)
|
||||
AUDIO_Init(NULL);
|
||||
AUDIO_RegisterDMACallback(dma_callback);
|
||||
|
||||
if (rate > 32000 || abs((int) rate - 32000) < 1000)
|
||||
if (rate < 33000)
|
||||
{
|
||||
AUDIO_SetDSPSampleRate(AI_SAMPLERATE_32KHZ);
|
||||
g_settings.audio.out_rate = 32000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user