diff options
author | german77 <juangerman-13@hotmail.com> | 2024-01-06 17:49:40 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2024-01-06 23:16:03 -0600 |
commit | 8e27a485d8d652a87afb64a6b3b7e55ce50550eb (patch) | |
tree | 7da1d6179131306c858f1a6fe92a5e8e5a77b168 /src/yuzu/main.cpp | |
parent | 37b0870ee325f191f6d370341b838a4fb80c9ff9 (diff) |
service: set: Rename files
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
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" |