(Lakka) Fix hardcoded resolution

This commit is contained in:
Jean-André Santoni 2014-08-26 00:21:55 +02:00
parent 7dc2e8bfba
commit 044a42bcf3

View File

@ -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;