mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
[GX] remove unused variables
This commit is contained in:
parent
160b609862
commit
752fdaeca9
@ -144,7 +144,6 @@ static void gx_input_set_keybinds(void *data, unsigned device, unsigned port,
|
||||
unsigned id, unsigned keybind_action)
|
||||
{
|
||||
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]);
|
||||
|
||||
(void)device;
|
||||
|
@ -882,7 +882,6 @@ static bool gx_frame(void *data, const void *frame,
|
||||
struct __gx_regdef *__gx = (struct __gx_regdef*)__gxregs;
|
||||
#endif
|
||||
u8 clear_efb = GX_FALSE;
|
||||
uint64_t lifecycle_mode_state = g_extern.lifecycle_mode_state;
|
||||
|
||||
(void)data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user