summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/service/library_applet_proxy.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-12 02:38:42 +0100
committerLiam <byteslice@airmail.cc>2024-02-12 15:17:25 +0100
commit87b740df46935a672a6bf5d43c944a2516cc72f9 (patch)
tree3de50c74fc8795ca486653cf4603b30dbad6bff0 /src/core/hle/service/am/service/library_applet_proxy.cpp
parentam: rewrite IStorage (diff)
downloadyuzu-87b740df46935a672a6bf5d43c944a2516cc72f9.tar
yuzu-87b740df46935a672a6bf5d43c944a2516cc72f9.tar.gz
yuzu-87b740df46935a672a6bf5d43c944a2516cc72f9.tar.bz2
yuzu-87b740df46935a672a6bf5d43c944a2516cc72f9.tar.lz
yuzu-87b740df46935a672a6bf5d43c944a2516cc72f9.tar.xz
yuzu-87b740df46935a672a6bf5d43c944a2516cc72f9.tar.zst
yuzu-87b740df46935a672a6bf5d43c944a2516cc72f9.zip
Diffstat (limited to 'src/core/hle/service/am/service/library_applet_proxy.cpp')
-rw-r--r--src/core/hle/service/am/service/library_applet_proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/service/library_applet_proxy.cpp b/src/core/hle/service/am/service/library_applet_proxy.cpp
index bac3e0168..bcb44a71c 100644
--- a/src/core/hle/service/am/service/library_applet_proxy.cpp
+++ b/src/core/hle/service/am/service/library_applet_proxy.cpp
@@ -13,7 +13,7 @@
#include "core/hle/service/am/service/library_applet_self_accessor.h"
#include "core/hle/service/am/service/process_winding_controller.h"
#include "core/hle/service/am/service/self_controller.h"
-#include "core/hle/service/am/window_controller.h"
+#include "core/hle/service/am/service/window_controller.h"
#include "core/hle/service/cmif_serialization.h"
namespace Service::AM {