summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-15 20:51:42 +0100
committerLioncash <mathew1800@gmail.com>2016-12-15 20:51:45 +0100
commitd467b5ce4f377935a25bc93cebf6f1e633aa3465 (patch)
treeab6da84c586f12fb5defa8851a5e5e2bd718cd99 /src
parentMerge pull request #2325 from yuriks/fix-index (diff)
downloadyuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.tar
yuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.tar.gz
yuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.tar.bz2
yuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.tar.lz
yuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.tar.xz
yuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.tar.zst
yuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.zip
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/act/act.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/act/act.h b/src/core/hle/service/act/act.h
index 3481532c0..1425291aa 100644
--- a/src/core/hle/service/act/act.h
+++ b/src/core/hle/service/act/act.h
@@ -7,7 +7,7 @@
namespace Service {
namespace ACT {
-/// Initialize AM service
+/// Initializes all ACT services
void Init();
} // namespace ACT