mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
commit
1e1919b236
@ -116,7 +116,7 @@ static void *sl_init(const char *device, unsigned rate, unsigned latency,
|
|||||||
if (!sl)
|
if (!sl)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
RARCH_LOG("[OpenSL]: Requested audio latency: %u ms.", latency);
|
RARCH_LOG("[OpenSL]: Requested audio latency: %u ms.\n", latency);
|
||||||
|
|
||||||
GOTO_IF_FAIL(slCreateEngine(&sl->engine_object, 0, NULL, 0, NULL, NULL));
|
GOTO_IF_FAIL(slCreateEngine(&sl->engine_object, 0, NULL, 0, NULL, NULL));
|
||||||
GOTO_IF_FAIL(SLObjectItf_Realize(sl->engine_object, SL_BOOLEAN_FALSE));
|
GOTO_IF_FAIL(SLObjectItf_Realize(sl->engine_object, SL_BOOLEAN_FALSE));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user