mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
(iOS) Buildfix
This commit is contained in:
parent
3282c16498
commit
983b488d59
@ -242,7 +242,7 @@ void cocoa_input_keyboard_event(bool down,
|
||||
code = HIDKEY(code);
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
if (settings->input.icade_enable)
|
||||
if (settings->input.keyboard_gamepad_enable)
|
||||
{
|
||||
if (handle_icade_event(&code, &down))
|
||||
character = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user