summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2019-08-22 14:37:31 +0200
committerFearlessTobi <thm.frey@gmail.com>2019-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
yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.tar.gz
yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.tar.bz2
yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.tar.lz
yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.tar.xz
yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.tar.zst
yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.zip
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 @@
#include <QWidget>
#include "common/common_types.h"
-#include "ui_settings.h"
+#include "uisettings.h"
#include "yuzu/compatibility_list.h"
class GameListWorker;