summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/bcat_module.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-07-14 06:52:17 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-07-14 08:09:14 +0200
commitc6d7da88c7ab125279ea4ccad0e3e839632b2f7a (patch)
tree8591def7815ce7cc9156d87e0d62567584db1a23 /src/core/hle/service/bcat/bcat_module.cpp
parentapplets: Append applet_ prefix to backend applets (diff)
downloadyuzu-c6d7da88c7ab125279ea4ccad0e3e839632b2f7a.tar
yuzu-c6d7da88c7ab125279ea4ccad0e3e839632b2f7a.tar.gz
yuzu-c6d7da88c7ab125279ea4ccad0e3e839632b2f7a.tar.bz2
yuzu-c6d7da88c7ab125279ea4ccad0e3e839632b2f7a.tar.lz
yuzu-c6d7da88c7ab125279ea4ccad0e3e839632b2f7a.tar.xz
yuzu-c6d7da88c7ab125279ea4ccad0e3e839632b2f7a.tar.zst
yuzu-c6d7da88c7ab125279ea4ccad0e3e839632b2f7a.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/bcat/bcat_module.cpp (renamed from src/core/hle/service/bcat/module.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/bcat/module.cpp b/src/core/hle/service/bcat/bcat_module.cpp
index f85444da8..72294eb2e 100644
--- a/src/core/hle/service/bcat/module.cpp
+++ b/src/core/hle/service/bcat/bcat_module.cpp
@@ -17,7 +17,7 @@
#include "core/hle/kernel/k_writable_event.h"
#include "core/hle/service/bcat/backend/backend.h"
#include "core/hle/service/bcat/bcat.h"
-#include "core/hle/service/bcat/module.h"
+#include "core/hle/service/bcat/bcat_module.h"
#include "core/hle/service/filesystem/filesystem.h"
namespace Service::BCAT {