mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-13 00:08:39 +02:00
services: Update some function tables
This commit is contained in:
parent
17aef3b4ff
commit
58a100d3b7
25 changed files with 369 additions and 113 deletions
|
|
@ -39,7 +39,8 @@ const Interface::FunctionInfo FunctionTable[] = {
|
|||
{0x08110000, nullptr, "GetShellStatus"},
|
||||
{0x08120000, nullptr, "IsShutdownByBatteryEmpty"},
|
||||
{0x08130000, nullptr, "FormatSavedata"},
|
||||
{0x08140000, nullptr, "GetLegacyJumpProhibitedFlag"}
|
||||
{0x08140000, nullptr, "GetLegacyJumpProhibitedFlag"},
|
||||
{0x08180040, nullptr, "ConfigureNew3DSCPU"},
|
||||
};
|
||||
|
||||
PTM_Sysm_Interface::PTM_Sysm_Interface() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue