summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2016-12-07 23:22:22 -0500
committerGravatar Lioncash2016-12-08 00:56:46 -0500
commit006e6a7f4a7647e813d4b2b5929f7d351a1f0162 (patch)
tree015ce8936947f721b07281360617ad7dcfc6ee2d /src
parentdlp_srvr: Update function table (diff)
downloadyuzu-006e6a7f4a7647e813d4b2b5929f7d351a1f0162.tar.gz
yuzu-006e6a7f4a7647e813d4b2b5929f7d351a1f0162.tar.xz
yuzu-006e6a7f4a7647e813d4b2b5929f7d351a1f0162.zip
fs_user: Update function table
Updated based off information from 3dbrew.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/fs/fs_user.cpp2
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////////////////////////////////////////////////////////////////////////////////////////////////////