This commit is contained in:
Twinaphex 2015-11-24 20:25:31 +01:00
parent 11757fdcb7
commit 8a5ba85c9a
2 changed files with 0 additions and 2 deletions

View File

@ -515,7 +515,6 @@ static bool check_block_hotkey(bool enable_hotkey)
bool use_hotkey_enable;
driver_t *driver = driver_get_ptr();
settings_t *settings = config_get_ptr();
global_t *global = global_get_ptr();
const struct retro_keybind *bind =
&settings->input.binds[0][RARCH_ENABLE_HOTKEY];
const struct retro_keybind *autoconf_bind =

View File

@ -745,7 +745,6 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
- (void)menuSelect: (uint32_t) i
{
unsigned j;
menu_entry_select(i);
rarch_main_data_iterate();
}