Change GameListText order to improve configuration compatibility
This commit is contained in:
parent
f9cded05fd
commit
c866a8e428
3 changed files with 9 additions and 7 deletions
|
@ -50,9 +50,11 @@ enum class GameListText {
|
|||
FileName, ///< Display the file name of the entry
|
||||
FullPath, ///< Display the full path of the entry
|
||||
TitleName, ///< Display the name of the title
|
||||
LongTitleName, ///< Display the long name of the title
|
||||
TitleID, ///< Display the title ID
|
||||
LongTitleName, ///< Display the long name of the title
|
||||
};
|
||||
// The length of the GameListText, excluding NoText
|
||||
constexpr int GAME_LIST_TEXT_LENGTH = 5;
|
||||
|
||||
struct Values {
|
||||
QByteArray geometry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue