mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(Zarch) Not sure why this was done
This commit is contained in:
parent
15a8f0c485
commit
e36564b2b0
@ -1009,13 +1009,6 @@ static void *zarch_init(void **userdata)
|
||||
goto error;
|
||||
|
||||
*userdata = zui;
|
||||
|
||||
if (settings->menu.mouse.enable)
|
||||
{
|
||||
RARCH_WARN("Forcing menu_mouse_enable=false\n");
|
||||
settings->menu.mouse.enable = false;
|
||||
}
|
||||
|
||||
zui->header_height = 1000; /* dpi / 3; */
|
||||
zui->font_size = 28;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user