mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(Lakka) Fix hardcoded resolution
This commit is contained in:
parent
7dc2e8bfba
commit
044a42bcf3
@ -181,7 +181,7 @@ static void lakka_responsive(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (1)//(gl->win_width <= 640)
|
||||
if (gl->win_width <= 640)
|
||||
{
|
||||
icon_size = 64;
|
||||
hspacing = 100.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user