summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2018-02-28 22:35:10 +0100
committerspycrab <spycrab@users.noreply.github.com>2018-02-28 22:35:10 +0100
commitecaa68ade90615b628ecea705e239898007fc053 (patch)
treec95af852e7e0c41a0fbf249c8061e7a808933ad7 /Source
parent82b87b0d4c324e5a61876edb7336c1a7b9454478 (diff)
Qt: Make game revision vars u16
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinQt2/Config/ARCodeWidget.h2
-rw-r--r--Source/Core/DolphinQt2/Config/GeckoCodeWidget.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DolphinQt2/Config/ARCodeWidget.h b/Source/Core/DolphinQt2/Config/ARCodeWidget.h
index a1326648c8..7b3154ead1 100644
--- a/Source/Core/DolphinQt2/Config/ARCodeWidget.h
+++ b/Source/Core/DolphinQt2/Config/ARCodeWidget.h
@@ -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;
diff --git a/Source/Core/DolphinQt2/Config/GeckoCodeWidget.h b/Source/Core/DolphinQt2/Config/GeckoCodeWidget.h
index 20bd24cb43..5d68632967 100644
--- a/Source/Core/DolphinQt2/Config/GeckoCodeWidget.h
+++ b/Source/Core/DolphinQt2/Config/GeckoCodeWidget.h
@@ -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;