mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Merge pull request #6413 from spycrab/qt_gid
Qt: Make game revision vars u16
This commit is contained in:
commit
95f13979e5
@ -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…
x
Reference in New Issue
Block a user