mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(BlackBerry) Fix PlayBook Build break. Add forgotten image.
This commit is contained in:
parent
7b718cd0f3
commit
6971a0f000
BIN
blackberry-qnx/bb10/assets/images/search.png
Normal file
BIN
blackberry-qnx/bb10/assets/images/search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
@ -572,11 +572,11 @@ static void qnx_input_free_input(void *data)
|
||||
static void qnx_input_set_keybinds(void *data, unsigned device, unsigned port,
|
||||
unsigned id, unsigned keybind_action)
|
||||
{
|
||||
input_device_t *controller = (input_device_t*)data;
|
||||
#ifdef HAVE_BB10
|
||||
uint64_t *key = &g_settings.input.binds[port][id].joykey;
|
||||
uint64_t joykey = *key;
|
||||
size_t arr_size = sizeof(platform_keys) / sizeof(platform_keys[0]);
|
||||
input_device_t *controller = (input_device_t*)data;
|
||||
|
||||
(void)device;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user