mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
Revert "(OpenSL) Fix issues with cores using threaded audio - audio thread"
This reverts commit 54708a944a59d565bb38d4df03f0617e188219f8.
This commit is contained in:
parent
942121462d
commit
5a7c37b819
@ -203,9 +203,6 @@ error:
|
||||
static bool sl_stop(void *data)
|
||||
{
|
||||
sl_t *sl = (sl_t*)data;
|
||||
|
||||
opensl_callback((SLAndroidSimpleBufferQueueItf) 0, data);
|
||||
|
||||
sl->is_paused = (SLPlayItf_SetPlayState(sl->player, SL_PLAYSTATE_STOPPED)
|
||||
== SL_RESULT_SUCCESS) ? true : false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user