mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +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;
|
bool use_hotkey_enable;
|
||||||
driver_t *driver = driver_get_ptr();
|
driver_t *driver = driver_get_ptr();
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
const struct retro_keybind *bind =
|
const struct retro_keybind *bind =
|
||||||
&settings->input.binds[0][RARCH_ENABLE_HOTKEY];
|
&settings->input.binds[0][RARCH_ENABLE_HOTKEY];
|
||||||
const struct retro_keybind *autoconf_bind =
|
const struct retro_keybind *autoconf_bind =
|
||||||
|
@ -745,7 +745,6 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
|||||||
|
|
||||||
- (void)menuSelect: (uint32_t) i
|
- (void)menuSelect: (uint32_t) i
|
||||||
{
|
{
|
||||||
unsigned j;
|
|
||||||
menu_entry_select(i);
|
menu_entry_select(i);
|
||||||
rarch_main_data_iterate();
|
rarch_main_data_iterate();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user