mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 11:45:16 +00:00
Update
This commit is contained in:
parent
949a5c76fe
commit
b4e3a22fe6
@ -2257,7 +2257,7 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
return true;
|
||||
}
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
static void runloop_upload_audio(void *task_data,
|
||||
void *user_data, const char *err)
|
||||
{
|
||||
@ -2634,7 +2634,7 @@ static enum runloop_state runloop_check_state(
|
||||
if (runloop_cmd_triggered(trigger_input, RARCH_RESET))
|
||||
{
|
||||
command_event(CMD_EVENT_RESET, NULL);
|
||||
#if 1
|
||||
#if 0
|
||||
task_push_audio_mixer_load("/home/squarepusher/SumertimeBlues.ogg",
|
||||
runloop_upload_audio, NULL);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user