Implement robust cheat searching interface with rumble features

This commit is contained in:
Sven 2018-07-25 19:19:14 -04:00
parent a68a22081c
commit 5f35249216
30 changed files with 3572 additions and 230 deletions

View file

@ -205,7 +205,7 @@ static int action_start_cheat_num_passes(unsigned type, const char *label)
{
bool refresh = false;
menu_entries_ctl(MENU_ENTRIES_CTL_SET_REFRESH, &refresh);
cheat_manager_realloc(0);
cheat_manager_realloc(0, CHEAT_HANDLER_TYPE_EMU);
}
return 0;