summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/citra_qt/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index 717c68382..10157310e 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -26,8 +26,8 @@ class GPUCommandListWidget;
26class GMainWindow : public QMainWindow { 26class GMainWindow : public QMainWindow {
27 Q_OBJECT 27 Q_OBJECT
28 28
29 static const int max_recent_files_item = 29 /// Max number of recently loaded items to keep track of
30 10; ///< Max number of recently loaded items to keep track 30 static const int max_recent_files_item = 10;
31 31
32 // TODO: Make use of this! 32 // TODO: Make use of this!
33 enum { 33 enum {