summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar fearlessTobi2019-08-22 14:37:31 +0200
committerGravatar FearlessTobi2019-09-04 16:47:33 +0200
commitc49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d (patch)
tree7fcf5450dab7cd70efddefe8729b8503d6552ad4 /src
parentLimit the size of directory icons, fix text when icon size is none (diff)
downloadyuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.tar.gz
yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.tar.xz
yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.zip
Fix uisettings include
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/game_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h
index e781afb16..878d94413 100644
--- a/src/yuzu/game_list.h
+++ b/src/yuzu/game_list.h
@@ -21,7 +21,7 @@
21#include <QWidget> 21#include <QWidget>
22 22
23#include "common/common_types.h" 23#include "common/common_types.h"
24#include "ui_settings.h" 24#include "uisettings.h"
25#include "yuzu/compatibility_list.h" 25#include "yuzu/compatibility_list.h"
26 26
27class GameListWorker; 27class GameListWorker;