diff options
| -rw-r--r-- | src/core/hle/service/act/act.h | 2 |
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 @@ | |||
| 7 | namespace Service { | 7 | namespace Service { |
| 8 | namespace ACT { | 8 | namespace ACT { |
| 9 | 9 | ||
| 10 | /// Initialize AM service | 10 | /// Initializes all ACT services |
| 11 | void Init(); | 11 | void Init(); |
| 12 | 12 | ||
| 13 | } // namespace ACT | 13 | } // namespace ACT |