mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Build fix
This commit is contained in:
parent
9ca5c5e623
commit
bf0de45ec4
@ -2806,7 +2806,7 @@ static void input_poll_overlay(
|
||||
input_keyboard_event(new_bits & (1 << j),
|
||||
rk, c, key_mod, RETRO_DEVICE_POINTER);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Map "analog" buttons to analog axes like regular input drivers do. */
|
||||
|
@ -349,7 +349,7 @@ void *glkitview_init(void);
|
||||
if (self.keyboardController.view.isHidden)
|
||||
command_event(CMD_EVENT_OVERLAY_INIT, NULL);
|
||||
else
|
||||
command_event(CMD_EVENT_OVERLAY_DEINIT, NULL);
|
||||
command_event(CMD_EVENT_OVERLAY_UNLOAD, NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user