mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
Revert "(OpenSL) Fix issues with cores using threaded audio - audio thread"
This reverts commit 54708a944a
.
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…
Reference in New Issue
Block a user