mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
removing sluggishness by iterate data after calling callbacks
This commit is contained in:
parent
5da758c12e
commit
09cb703e35
@ -91,6 +91,8 @@ int menu_entries_select_back(void)
|
||||
if (menu_needs_refresh())
|
||||
menu_do_refresh(MENU_ACTION_CANCEL);
|
||||
|
||||
rarch_main_data_iterate();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -418,6 +420,8 @@ int menu_entry_select(uint32_t i)
|
||||
|
||||
if (action != MENU_ACTION_NOOP)
|
||||
ret = menu_entry_action(&entry, i, action);
|
||||
|
||||
rarch_main_data_iterate();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user