mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-22 02:44:38 +00:00
Cleanups
This commit is contained in:
parent
11757fdcb7
commit
8a5ba85c9a
@ -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 =
|
||||
|
@ -745,7 +745,6 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
|
||||
- (void)menuSelect: (uint32_t) i
|
||||
{
|
||||
unsigned j;
|
||||
menu_entry_select(i);
|
||||
rarch_main_data_iterate();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user