Skip to content
Permalink
Browse files
Merge pull request #6413 from spycrab/qt_gid
Qt: Make game revision vars u16
  • Loading branch information
leoetlino committed Feb 28, 2018
2 parents 82b87b0 + ecaa68a commit 95f1397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -43,7 +43,7 @@ class ARCodeWidget : public QWidget

const GameFile& m_game;
std::string m_game_id;
u8 m_game_revision;
u16 m_game_revision;

CheatWarningWidget* m_warning;
QListWidget* m_code_list;
@@ -45,7 +45,7 @@ class GeckoCodeWidget : public QWidget

const GameFile& m_game;
std::string m_game_id;
u8 m_game_revision;
u16 m_game_revision;

CheatWarningWidget* m_warning;
QListWidget* m_code_list;

0 comments on commit 95f1397

Please sign in to comment.