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
This commit is contained in:
András Domonkos
2016-05-18 03:28:25 +02:00
committed by bunnei
parent a39144050b
commit 960297e577
5 changed files with 56 additions and 0 deletions

View File

@ -10,7 +10,10 @@
namespace ACT_U {
const Interface::FunctionInfo FunctionTable[] = {
{0x00010084, nullptr, "Initialize"},
{0x00020040, nullptr, "GetErrorCode"},
{0x000600C2, nullptr, "GetAccountDataBlock"},
{0x000D0040, nullptr, "GenerateUuid"},
};
////////////////////////////////////////////////////////////////////////////////////////////////////