Replace another reference to retro_ctx

This commit is contained in:
twinaphex 2016-01-27 04:51:47 +01:00
parent 6151e1c425
commit 0434c907c4

View File

@ -1388,7 +1388,7 @@ int runloop_iterate(unsigned *sleep_ms)
if (!runloop_ctl(RUNLOOP_CTL_CHECK_STATE, &cmd))
{
/* RetroArch has been paused. */
retro_ctx.poll_cb();
core_ctl(CORE_CTL_RETRO_CTX_POLL_CB, NULL);
*sleep_ms = 10;
return 1;
}