mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +00:00
(Android) Fix sound - don't fix samplerate at 44Khz
This commit is contained in:
parent
5eaaaacaf6
commit
6a7e03aadb
@ -109,8 +109,6 @@ static void *sl_init(const char *device, unsigned rate, unsigned latency)
|
||||
{
|
||||
(void)device;
|
||||
|
||||
g_settings.audio.out_rate = 44100;
|
||||
|
||||
SLDataFormat_PCM fmt_pcm = {0};
|
||||
SLDataSource audio_src = {0};
|
||||
SLDataSink audio_sink = {0};
|
||||
|
Loading…
x
Reference in New Issue
Block a user