mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Fixed an incorrect code comment in CollectionSystemsManager
This commit is contained in:
parent
d4e53a53f0
commit
6672aee6c5
|
@ -47,7 +47,7 @@ CollectionSystemsManager::CollectionSystemsManager() noexcept
|
|||
{
|
||||
// clang-format off
|
||||
CollectionSystemDecl systemDecls[] {
|
||||
// Type Name Long name Theme folder isCustom
|
||||
// Type Name Full name Theme folder isCustom
|
||||
{AUTO_ALL_GAMES, "all", "all games", "auto-allgames", false},
|
||||
{AUTO_LAST_PLAYED, "recent", "last played", "auto-lastplayed", false},
|
||||
{AUTO_FAVORITES, "favorites", "favorites", "auto-favorites", false},
|
||||
|
|
Loading…
Reference in a new issue