mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
(Lakka) Fix subitems fade out
This commit is contained in:
parent
61435123d0
commit
7fb42d5da9
@ -513,8 +513,7 @@ static void lakka_draw_items(int i)
|
||||
}
|
||||
|
||||
/* performance improvement */
|
||||
if (i == menu_active_category
|
||||
&& j == category->active_item && depth == 1)
|
||||
if (i == menu_active_category && j == category->active_item)
|
||||
lakka_draw_subitems(i, j);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user