Qt: Make game revision vars u16

This commit is contained in:
spycrab 2018-02-28 22:35:10 +01:00
parent 82b87b0d4c
commit ecaa68ade9
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ private:
const GameFile& m_game;
std::string m_game_id;
u8 m_game_revision;
u16 m_game_revision;
CheatWarningWidget* m_warning;
QListWidget* m_code_list;

View file

@ -45,7 +45,7 @@ private:
const GameFile& m_game;
std::string m_game_id;
u8 m_game_revision;
u16 m_game_revision;
CheatWarningWidget* m_warning;
QListWidget* m_code_list;