Merge pull request #6413 from spycrab/qt_gid

Qt: Make game revision vars u16
This commit is contained in:
Léo Lam 2018-02-28 22:57:46 +01:00 committed by GitHub
commit 95f13979e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;