mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(GX) Build fix
This commit is contained in:
parent
71364701ea
commit
bdb3cd9b1c
@ -140,7 +140,7 @@ static bool gx_input_keyboard_mapping_is_blocked(void *data)
|
|||||||
return gx->blocked;
|
return gx->blocked;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ctr_input_keyboard_mapping_set_block(void *data, bool value)
|
static void gx_input_keyboard_mapping_set_block(void *data, bool value)
|
||||||
{
|
{
|
||||||
gx_input_t *gx = (gx_input_t*)data;
|
gx_input_t *gx = (gx_input_t*)data;
|
||||||
if (!gx)
|
if (!gx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user