mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 03:27:53 +00:00
services: Update some function tables
This commit is contained in:
parent
17aef3b4ff
commit
58a100d3b7
25 changed files with 369 additions and 113 deletions
|
@ -11,6 +11,9 @@ namespace NIM {
|
|||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x000A0000, nullptr, "CheckSysupdateAvailableSOAP"},
|
||||
{0x0016020A, nullptr, "ListTitles"},
|
||||
{0x002D0042, nullptr, "DownloadTickets"},
|
||||
{0x00420240, nullptr, "StartDownload"},
|
||||
};
|
||||
|
||||
NIM_S_Interface::NIM_S_Interface() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue