summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-17 02:46:05 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-17 02:46:05 +0200
commitb8851305bd9840c55a50ca386630f59166ae9578 (patch)
tree2775257c33901fa3773f8f6604ee59bfe7d6768a /src/core/hle/service/apt.h
parent- fixed tabs in function_wrappers.h (diff)
downloadyuzu-b8851305bd9840c55a50ca386630f59166ae9578.tar
yuzu-b8851305bd9840c55a50ca386630f59166ae9578.tar.gz
yuzu-b8851305bd9840c55a50ca386630f59166ae9578.tar.bz2
yuzu-b8851305bd9840c55a50ca386630f59166ae9578.tar.lz
yuzu-b8851305bd9840c55a50ca386630f59166ae9578.tar.xz
yuzu-b8851305bd9840c55a50ca386630f59166ae9578.tar.zst
yuzu-b8851305bd9840c55a50ca386630f59166ae9578.zip
Diffstat (limited to 'src/core/hle/service/apt.h')
-rw-r--r--src/core/hle/service/apt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/apt.h b/src/core/hle/service/apt.h
index 9345eabc3..e74baac0c 100644
--- a/src/core/hle/service/apt.h
+++ b/src/core/hle/service/apt.h
@@ -7,7 +7,7 @@
#include "core/hle/service/service.h"
////////////////////////////////////////////////////////////////////////////////////////////////////
-// Namespace Service
+// Namespace APT_U
namespace APT_U {
@@ -17,6 +17,7 @@ namespace APT_U {
// exactly the same, however certain commands are only accessible with APT:S(NS module will call
// svcBreak when the command isn't accessible). See http://3dbrew.org/wiki/NS#APT_Services.
+/// Interface to "APT:U" service
class Interface : public Service::Interface {
public: