summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2024-01-07 00:49:40 +0100
committergerman77 <juangerman-13@hotmail.com>2024-01-07 06:16:03 +0100
commit8e27a485d8d652a87afb64a6b3b7e55ce50550eb (patch)
tree7da1d6179131306c858f1a6fe92a5e8e5a77b168 /src/yuzu/main.cpp
parentservice: set: Use official names (diff)
downloadyuzu-8e27a485d8d652a87afb64a6b3b7e55ce50550eb.tar
yuzu-8e27a485d8d652a87afb64a6b3b7e55ce50550eb.tar.gz
yuzu-8e27a485d8d652a87afb64a6b3b7e55ce50550eb.tar.bz2
yuzu-8e27a485d8d652a87afb64a6b3b7e55ce50550eb.tar.lz
yuzu-8e27a485d8d652a87afb64a6b3b7e55ce50550eb.tar.xz
yuzu-8e27a485d8d652a87afb64a6b3b7e55ce50550eb.tar.zst
yuzu-8e27a485d8d652a87afb64a6b3b7e55ce50550eb.zip
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r--src/yuzu/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 2a83486f9..4f4c75f5c 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -46,7 +46,7 @@
#include "core/hle/service/am/applet_ae.h"
#include "core/hle/service/am/applet_oe.h"
#include "core/hle/service/am/applets/applets.h"
-#include "core/hle/service/set/set_sys.h"
+#include "core/hle/service/set/system_settings_server.h"
#include "hid_core/frontend/emulated_controller.h"
#include "hid_core/hid_core.h"
#include "yuzu/multiplayer/state.h"