mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Cleanup
This commit is contained in:
parent
77373e9ba4
commit
2de97c9176
@ -982,7 +982,10 @@ static int menu_input_mouse_post_iterate(uint64_t *input_mouse,
|
|||||||
unsigned header_height;
|
unsigned header_height;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
menu_input_t *menu_input = menu_input_get_ptr();
|
menu_input_t *menu_input = menu_input_get_ptr();
|
||||||
bool check_overlay = settings ? !settings->menu.mouse.enable: false;
|
bool check_overlay = false;
|
||||||
|
|
||||||
|
if (settings)
|
||||||
|
check_overlay = !settings->menu.mouse.enable;
|
||||||
|
|
||||||
*input_mouse = MOUSE_ACTION_NONE;
|
*input_mouse = MOUSE_ACTION_NONE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user