summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/bcat_module.cpp
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-07-15 04:19:05 +0200
committerGitHub <noreply@github.com>2021-07-15 04:19:05 +0200
commit05feddc2521ef667cf5d3817ef8e544a352b40ec (patch)
tree8591def7815ce7cc9156d87e0d62567584db1a23 /src/core/hle/service/bcat/bcat_module.cpp
parentMerge pull request #6599 from german77/disable_rumble (diff)
parentservice: Append service name prefix to common filenames (diff)
downloadyuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.gz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.bz2
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.lz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.xz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.zst
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.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 {