mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +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,
|
static void qnx_input_set_keybinds(void *data, unsigned device, unsigned port,
|
||||||
unsigned id, unsigned keybind_action)
|
unsigned id, unsigned keybind_action)
|
||||||
{
|
{
|
||||||
|
input_device_t *controller = (input_device_t*)data;
|
||||||
#ifdef HAVE_BB10
|
#ifdef HAVE_BB10
|
||||||
uint64_t *key = &g_settings.input.binds[port][id].joykey;
|
uint64_t *key = &g_settings.input.binds[port][id].joykey;
|
||||||
uint64_t joykey = *key;
|
uint64_t joykey = *key;
|
||||||
size_t arr_size = sizeof(platform_keys) / sizeof(platform_keys[0]);
|
size_t arr_size = sizeof(platform_keys) / sizeof(platform_keys[0]);
|
||||||
input_device_t *controller = (input_device_t*)data;
|
|
||||||
|
|
||||||
(void)device;
|
(void)device;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user