mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
service: Update service function tables
Updates function tables based off information from SwitchBrew.
This commit is contained in:
parent
1302d026a1
commit
14ead4ceb0
27 changed files with 262 additions and 57 deletions
|
@ -86,6 +86,7 @@ public:
|
|||
{2, &RelocatableObject::LoadNrr, "LoadNrr"},
|
||||
{3, &RelocatableObject::UnloadNrr, "UnloadNrr"},
|
||||
{4, &RelocatableObject::Initialize, "Initialize"},
|
||||
{10, nullptr, "LoadNrrEx"},
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue