diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2024-01-07 20:40:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-07 20:40:56 -0500 |
| commit | ab513c378a773c194ea3ea6a11e5d6d8569e23e4 (patch) | |
| tree | 02b19455556905b32dcb117a9f111f5fe83a6b39 /src/yuzu/main.cpp | |
| parent | 1220309323aceccb8389b4ce0eb16497fb21eaeb (diff) | |
| parent | 8e27a485d8d652a87afb64a6b3b7e55ce50550eb (diff) | |
Merge pull request #12599 from german77/settings
service: set: Use official names
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" |
