mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
Qt: Make game revision vars u16
This commit is contained in:
parent
82b87b0d4c
commit
ecaa68ade9
@ -43,7 +43,7 @@ private:
|
|||||||
|
|
||||||
const GameFile& m_game;
|
const GameFile& m_game;
|
||||||
std::string m_game_id;
|
std::string m_game_id;
|
||||||
u8 m_game_revision;
|
u16 m_game_revision;
|
||||||
|
|
||||||
CheatWarningWidget* m_warning;
|
CheatWarningWidget* m_warning;
|
||||||
QListWidget* m_code_list;
|
QListWidget* m_code_list;
|
||||||
|
@ -45,7 +45,7 @@ private:
|
|||||||
|
|
||||||
const GameFile& m_game;
|
const GameFile& m_game;
|
||||||
std::string m_game_id;
|
std::string m_game_id;
|
||||||
u8 m_game_revision;
|
u16 m_game_revision;
|
||||||
|
|
||||||
CheatWarningWidget* m_warning;
|
CheatWarningWidget* m_warning;
|
||||||
QListWidget* m_code_list;
|
QListWidget* m_code_list;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user