mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 22:08:34 +00:00
(Lakka) Forgot to uncomment a test
This commit is contained in:
parent
5fb113e75b
commit
3957f3f72e
@ -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…
Reference in New Issue
Block a user