mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 17:48:03 +00:00
updated service comments
This commit is contained in:
parent
de3dcd38f6
commit
b8851305bd
6 changed files with 17 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue