2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

act: Fix docstring typo

These aren't the AM services.
This commit is contained in:
Lioncash 2016-12-15 14:51:42 -05:00
parent 1abb98202c
commit d467b5ce4f

View file

@ -7,7 +7,7 @@
namespace Service {
namespace ACT {
/// Initialize AM service
/// Initializes all ACT services
void Init();
} // namespace ACT