diff options
| author | AndrĂ¡s Domonkos <katisx1@citromail.hu> | 2016-05-18 03:28:25 +0200 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-05-17 21:28:25 -0400 |
| commit | 960297e57742be500dbd73b76b7c960cab7fa6c9 (patch) | |
| tree | cab4d7967f5b9fd047a21e36a055ee44938b2e95 /src/core/hle/service/act_u.cpp | |
| parent | a39144050bbff3c093dbc402284aface713c5168 (diff) | |
Update ACT:U and create ACT:A (#1809)
* Update ACT_U
* Create act_a.h
* Create act_a.cpp
* Add service ACT:A
* Add ACT:A source and header
* Fix wrong header
Diffstat (limited to 'src/core/hle/service/act_u.cpp')
| -rw-r--r-- | src/core/hle/service/act_u.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/act_u.cpp b/src/core/hle/service/act_u.cpp index b23d17fba..05de4d002 100644 --- a/src/core/hle/service/act_u.cpp +++ b/src/core/hle/service/act_u.cpp @@ -10,7 +10,10 @@ namespace ACT_U { const Interface::FunctionInfo FunctionTable[] = { + {0x00010084, nullptr, "Initialize"}, + {0x00020040, nullptr, "GetErrorCode"}, {0x000600C2, nullptr, "GetAccountDataBlock"}, + {0x000D0040, nullptr, "GenerateUuid"}, }; //////////////////////////////////////////////////////////////////////////////////////////////////// |
