mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 20:57:52 +00:00
fs_user: Update function table
Updated based off information from 3dbrew.
This commit is contained in:
parent
093aa35c87
commit
006e6a7f4a
1 changed files with 2 additions and 0 deletions
|
@ -1003,6 +1003,8 @@ const Interface::FunctionInfo FunctionTable[] = {
|
|||
{0x08680000, nullptr, "GetMediaType"},
|
||||
{0x08690000, nullptr, "GetNandEraseCount"},
|
||||
{0x086A0082, nullptr, "ReadNandReport"},
|
||||
{0x087A0180, nullptr, "AddSeed"},
|
||||
{0x088600C0, nullptr, "CheckUpdatedDat"},
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue