mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Make game revision vars u16
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user