forked from eden-emu/eden
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:
parent
79da3c3d83
commit
af04290f90
5 changed files with 56 additions and 0 deletions
|
@ -10,7 +10,10 @@
|
|||
namespace ACT_U {
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00010084, nullptr, "Initialize"},
|
||||
{0x00020040, nullptr, "GetErrorCode"},
|
||||
{0x000600C2, nullptr, "GetAccountDataBlock"},
|
||||
{0x000D0040, nullptr, "GenerateUuid"},
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue