summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/frontend/applet_controller.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-12 02:34:27 +0100
committerLiam <byteslice@airmail.cc>2024-02-12 15:17:25 +0100
commit203d2135293ccc6addd8f93c885e1ea54f3239b6 (patch)
treeeed7c8416f994e2c768b2c0d10c1f481aada68be /src/core/hle/service/am/frontend/applet_controller.cpp
parentam: rewrite IStorageAccessor, ITransferStorageAccessor (diff)
downloadyuzu-203d2135293ccc6addd8f93c885e1ea54f3239b6.tar
yuzu-203d2135293ccc6addd8f93c885e1ea54f3239b6.tar.gz
yuzu-203d2135293ccc6addd8f93c885e1ea54f3239b6.tar.bz2
yuzu-203d2135293ccc6addd8f93c885e1ea54f3239b6.tar.lz
yuzu-203d2135293ccc6addd8f93c885e1ea54f3239b6.tar.xz
yuzu-203d2135293ccc6addd8f93c885e1ea54f3239b6.tar.zst
yuzu-203d2135293ccc6addd8f93c885e1ea54f3239b6.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/frontend/applet_controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/frontend/applet_controller.cpp b/src/core/hle/service/am/frontend/applet_controller.cpp
index bd3e49fc4..66f52686d 100644
--- a/src/core/hle/service/am/frontend/applet_controller.cpp
+++ b/src/core/hle/service/am/frontend/applet_controller.cpp
@@ -12,7 +12,7 @@
#include "core/hle/result.h"
#include "core/hle/service/am/am.h"
#include "core/hle/service/am/frontend/applet_controller.h"
-#include "core/hle/service/am/storage.h"
+#include "core/hle/service/am/service/storage.h"
#include "hid_core/frontend/emulated_controller.h"
#include "hid_core/hid_core.h"
#include "hid_core/hid_types.h"