(iOS) Buildfix

This commit is contained in:
Twinaphex 2015-11-13 22:13:57 +01:00
parent 3282c16498
commit 983b488d59

View File

@ -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;