Take out pretro_run conditional since it didn't solve issue anyway

This commit is contained in:
twinaphex 2015-02-10 21:18:47 +01:00
parent 889860f791
commit 521548c99b

View File

@ -1093,8 +1093,7 @@ int rarch_main_iterate(void)
/* Run libretro for one frame. */
if (pretro_run)
pretro_run();
pretro_run();
for (i = 0; i < g_settings.input.max_users; i++)
{