mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +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;
|
||||
}
|
||||
|
||||
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;
|
||||
if (!gx)
|
||||
|
Loading…
Reference in New Issue
Block a user