summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-12-15 21:52:14 +0100
committerGitHub <noreply@github.com>2016-12-15 21:52:14 +0100
commit1490f14ab4c1bd60d4bae5148412849455f3c458 (patch)
treeab6da84c586f12fb5defa8851a5e5e2bd718cd99 /src/core
parentMerge pull request #2325 from yuriks/fix-index (diff)
parentact: Fix docstring typo (diff)
downloadyuzu-1490f14ab4c1bd60d4bae5148412849455f3c458.tar
yuzu-1490f14ab4c1bd60d4bae5148412849455f3c458.tar.gz
yuzu-1490f14ab4c1bd60d4bae5148412849455f3c458.tar.bz2
yuzu-1490f14ab4c1bd60d4bae5148412849455f3c458.tar.lz
yuzu-1490f14ab4c1bd60d4bae5148412849455f3c458.tar.xz
yuzu-1490f14ab4c1bd60d4bae5148412849455f3c458.tar.zst
yuzu-1490f14ab4c1bd60d4bae5148412849455f3c458.zip
Diffstat (limited to 'src/core')
-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