mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
(Zarch) Not sure why this was done
This commit is contained in:
parent
15a8f0c485
commit
e36564b2b0
@ -1008,15 +1008,8 @@ static void *zarch_init(void **userdata)
|
||||
if (!zui)
|
||||
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; */
|
||||
*userdata = zui;
|
||||
zui->header_height = 1000; /* dpi / 3; */
|
||||
zui->font_size = 28;
|
||||
|
||||
matrix_4x4_ortho(zui->mvp, 0, 1, 1, 0, 0, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user