Fixed an incorrect code comment in CollectionSystemsManager

This commit is contained in:
Leon Styhre 2024-09-01 12:24:33 +02:00
parent d4e53a53f0
commit 6672aee6c5

View file

@ -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},