added option for selecting which column are displayed in the game list, added optional game id column, and added config entry to disable making compressed games blue

This commit is contained in:
yourgamesbeover
2014-06-04 09:54:48 -04:00
parent 010ca048df
commit 91840cb4c7
8 changed files with 127 additions and 13 deletions

View File

@ -72,6 +72,18 @@ struct SConfig : NonCopyable
int m_ListSort;
int m_ListSort2;
// Game list column toggles
bool m_showSystemColumn;
bool m_showBannerColumn;
bool m_showNotesColumn;
bool m_showIDColumn;
bool m_showRegionColumn;
bool m_showSizeColumn;
bool m_showStateColumn;
// Toggles whether compressed titles show up in blue in the game list
bool m_ColorCompressed;
std::string m_WirelessMac;
bool m_PauseMovie;
bool m_ShowLag;