This commit is contained in:
twinaphex 2020-05-26 08:49:59 +02:00
parent a1ed747a7f
commit fec69828a9
1 changed files with 3 additions and 4 deletions

View File

@ -7285,10 +7285,9 @@ bool command_event(enum event_command cmd, void *data)
bool ai_service_pause = settings->bools.ai_service_pause; bool ai_service_pause = settings->bools.ai_service_pause;
if (!settings->bools.ai_service_enable) if (!settings->bools.ai_service_enable)
{
break; break;
}
else if (ai_service_pause) if (ai_service_pause)
{ {
/* pause on call, unpause on second press. */ /* pause on call, unpause on second press. */
if (!p_rarch->runloop_paused) if (!p_rarch->runloop_paused)