diff --git a/gx/gx_input.c b/gx/gx_input.c index d1efe74693..40bf95bc26 100644 --- a/gx/gx_input.c +++ b/gx/gx_input.c @@ -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; diff --git a/gx/gx_video.c b/gx/gx_video.c index 4a51892f16..38d9a9ebaa 100644 --- a/gx/gx_video.c +++ b/gx/gx_video.c @@ -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;