mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -04:00
Android: Implement disc changing via playlists
This commit is contained in:
@ -25,7 +25,7 @@ GameList::~GameList() = default;
|
||||
|
||||
const char* GameList::EntryTypeToString(GameListEntryType type)
|
||||
{
|
||||
static std::array<const char*, 2> names = {{"Disc", "PSExe"}};
|
||||
static std::array<const char*, 3> names = {{"Disc", "PSExe", "Playlist"}};
|
||||
return names[static_cast<int>(type)];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user