diff options
| author | 2019-08-22 14:37:31 +0200 | |
|---|---|---|
| committer | 2019-09-04 16:47:33 +0200 | |
| commit | c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d (patch) | |
| tree | 7fcf5450dab7cd70efddefe8729b8503d6552ad4 /src | |
| parent | Limit the size of directory icons, fix text when icon size is none (diff) | |
| download | yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.tar.gz yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.tar.xz yuzu-c49c3e9f277b3a0b7e1aa1df01f68c1c9ffcf17d.zip | |
Fix uisettings include
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/game_list.h | 2 |
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 | ||
| 27 | class GameListWorker; | 27 | class GameListWorker; |