mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
commit
81264060e2
1
Makefile
1
Makefile
@ -108,7 +108,6 @@ ifeq ($(HAVE_RGUI), 1)
|
||||
ifeq ($(HAVE_LAKKA), 1)
|
||||
OBJ += frontend/menu/backend/menu_lakka_backend.o frontend/menu/disp/lakka.o
|
||||
DEFINES += -DHAVE_LAKKA
|
||||
LIBS += -lpng
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -150,7 +150,7 @@ static void lakka_responsive(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (1)//(gl->win_width >= 1920)
|
||||
if (gl->win_width >= 1920)
|
||||
{
|
||||
icon_size = 192;
|
||||
hspacing = 300;
|
||||
|
Loading…
x
Reference in New Issue
Block a user