mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-09 21:22:36 +00:00
(OSX) settings.m - cleanup
This commit is contained in:
parent
df005ba50a
commit
3d7e6d844f
@ -64,9 +64,8 @@ static void* const associated_name_tag = (void*)&associated_name_tag;
|
||||
|
||||
- (void)checkBind:(NSTimer*)send
|
||||
{
|
||||
int32_t value, index;
|
||||
value = 0;
|
||||
index = _setting->index ? _setting->index - 1 : 0;
|
||||
int32_t value = 0;
|
||||
int32_t index = _setting->index ? _setting->index - 1 : 0;
|
||||
|
||||
if ((value = apple_input_find_any_key()))
|
||||
BINDFOR(*_setting).key = input_translate_keysym_to_rk(value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user