summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2019-08-17 05:47:20 +0200
committerGitHub <noreply@github.com>2019-08-17 05:47:20 +0200
commit93abe1ccf3b4e54715b8a541fd135fc395dd5b13 (patch)
tree6a7ae3e61d455ec7b968a627e9f116670b37f4c7
parentMerge pull request #2766 from FearlessTobi/port-4849 (diff)
parentFixup! #2772 missed this one file (diff)
downloadyuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.tar
yuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.tar.gz
yuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.tar.bz2
yuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.tar.lz
yuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.tar.xz
yuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.tar.zst
yuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.zip
-rw-r--r--src/yuzu/discord_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/discord_impl.cpp b/src/yuzu/discord_impl.cpp
index 9d87a41eb..ea0079353 100644
--- a/src/yuzu/discord_impl.cpp
+++ b/src/yuzu/discord_impl.cpp
@@ -9,7 +9,7 @@
#include "core/core.h"
#include "core/loader/loader.h"
#include "yuzu/discord_impl.h"
-#include "yuzu/ui_settings.h"
+#include "yuzu/uisettings.h"
namespace DiscordRPC {