[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)
|
unsigned id, unsigned keybind_action)
|
||||||
{
|
{
|
||||||
uint64_t *key = &g_settings.input.binds[port][id].joykey;
|
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]);
|
size_t arr_size = sizeof(platform_keys) / sizeof(platform_keys[0]);
|
||||||
|
|
||||||
(void)device;
|
(void)device;
|
||||||
|
|
|
@ -882,7 +882,6 @@ static bool gx_frame(void *data, const void *frame,
|
||||||
struct __gx_regdef *__gx = (struct __gx_regdef*)__gxregs;
|
struct __gx_regdef *__gx = (struct __gx_regdef*)__gxregs;
|
||||||
#endif
|
#endif
|
||||||
u8 clear_efb = GX_FALSE;
|
u8 clear_efb = GX_FALSE;
|
||||||
uint64_t lifecycle_mode_state = g_extern.lifecycle_mode_state;
|
|
||||||
|
|
||||||
(void)data;
|
(void)data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue