diff options
| -rw-r--r-- | src/core/hle/service/fs/fs_user.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/fs/fs_user.cpp b/src/core/hle/service/fs/fs_user.cpp index 9ec17b395..d6ab5b065 100644 --- a/src/core/hle/service/fs/fs_user.cpp +++ b/src/core/hle/service/fs/fs_user.cpp | |||
| @@ -1003,6 +1003,8 @@ const Interface::FunctionInfo FunctionTable[] = { | |||
| 1003 | {0x08680000, nullptr, "GetMediaType"}, | 1003 | {0x08680000, nullptr, "GetMediaType"}, |
| 1004 | {0x08690000, nullptr, "GetNandEraseCount"}, | 1004 | {0x08690000, nullptr, "GetNandEraseCount"}, |
| 1005 | {0x086A0082, nullptr, "ReadNandReport"}, | 1005 | {0x086A0082, nullptr, "ReadNandReport"}, |
| 1006 | {0x087A0180, nullptr, "AddSeed"}, | ||
| 1007 | {0x088600C0, nullptr, "CheckUpdatedDat"}, | ||
| 1006 | }; | 1008 | }; |
| 1007 | 1009 | ||
| 1008 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 1010 | //////////////////////////////////////////////////////////////////////////////////////////////////// |