Browse Source

fs_user: Update function table

Updated based off information from 3dbrew.
nce_cpp
Lioncash 9 years ago
parent
commit
b3b4017185
  1. 2
      src/core/hle/service/fs/fs_user.cpp

2
src/core/hle/service/fs/fs_user.cpp

@ -1003,6 +1003,8 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x08680000, nullptr, "GetMediaType"},
{0x08690000, nullptr, "GetNandEraseCount"},
{0x086A0082, nullptr, "ReadNandReport"},
{0x087A0180, nullptr, "AddSeed"},
{0x088600C0, nullptr, "CheckUpdatedDat"},
};
////////////////////////////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save