Qt/GameList: Implement tag system

This commit is contained in:
spycrab
2018-10-01 09:10:40 +02:00
parent 4ebf3f3189
commit 6e873c6e06
7 changed files with 146 additions and 2 deletions

View File

@ -270,6 +270,7 @@ struct SConfig
bool m_showIDColumn;
bool m_showRegionColumn;
bool m_showSizeColumn;
bool m_showTagsColumn;
std::string m_WirelessMac;
bool m_PauseMovie;