mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Qt: Make game revision vars u16
This commit is contained in:
parent
82b87b0d4c
commit
ecaa68ade9
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue