diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-12-23 14:37:40 +0100 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-12-23 14:42:39 +0100 |
commit | 64f98f4d0f33b5c626d86a05ab9dd8060e160cc5 (patch) | |
tree | 8874f16f9f840add798f58981d5c2fcdf4da3c84 /src/core/settings.cpp | |
parent | Merge pull request #2364 from mailwl/nwm-services (diff) | |
download | yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar.gz yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar.bz2 yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar.lz yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar.xz yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar.zst yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.zip |
Diffstat (limited to 'src/core/settings.cpp')
-rw-r--r-- | src/core/settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.cpp b/src/core/settings.cpp index 626e06cd9..5d23c52f9 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp @@ -7,7 +7,7 @@ #include "settings.h" #include "video_core/video_core.h" -#include "common/emu_window.h" +#include "core/frontend/emu_window.h" namespace Settings { |