mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Remove #if 0
This commit is contained in:
parent
5521d58994
commit
2fa401ef26
@ -2876,13 +2876,7 @@ static enum runloop_state runloop_check_state(
|
||||
current_input, RARCH_RESET);
|
||||
|
||||
if (new_state && !old_state)
|
||||
{
|
||||
command_event(CMD_EVENT_RESET, NULL);
|
||||
#if 0
|
||||
task_push_audio_mixer_load("/home/squarepusher/SumertimeBlues.ogg",
|
||||
NULL, NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
old_state = new_state;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user