summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2016-12-07 23:06:24 -0500
committerGravatar Lioncash2016-12-08 00:56:46 -0500
commit0229983ff2ec9259e94b0ee9b980de6bb33f4b0d (patch)
treeff6420070065cf7b23d82fd82bab42ab1890b66f /src
parentboss_p: Update function table (diff)
downloadyuzu-0229983ff2ec9259e94b0ee9b980de6bb33f4b0d.tar.gz
yuzu-0229983ff2ec9259e94b0ee9b980de6bb33f4b0d.tar.xz
yuzu-0229983ff2ec9259e94b0ee9b980de6bb33f4b0d.zip
cecd_u: Update function table
Updated based off information from 3dbrew.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/cecd/cecd_u.cpp14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/core/hle/service/cecd/cecd_u.cpp b/src/core/hle/service/cecd/cecd_u.cpp
index 4b747de7b..7d98ba6e9 100644
--- a/src/core/hle/service/cecd/cecd_u.cpp
+++ b/src/core/hle/service/cecd/cecd_u.cpp
@@ -9,10 +9,22 @@ namespace Service {
9namespace CECD { 9namespace CECD {
10 10
11static const Interface::FunctionInfo FunctionTable[] = { 11static const Interface::FunctionInfo FunctionTable[] = {
12 {0x000100C2, nullptr, "OpenRawFile"},
13 {0x00020042, nullptr, "ReadRawFile"},
14 {0x00030104, nullptr, "ReadMessage"},
15 {0x00040106, nullptr, "ReadMessageWithHMAC"},
16 {0x00050042, nullptr, "WriteRawFile"},
17 {0x00060104, nullptr, "WriteMessage"},
18 {0x00070106, nullptr, "WriteMessageWithHMAC"},
19 {0x00080102, nullptr, "Delete"},
20 {0x000A00C4, nullptr, "GetSystemInfo"},
21 {0x000B0040, nullptr, "RunCommand"},
22 {0x000C0040, nullptr, "RunCommandAlt"},
12 {0x000E0000, GetCecStateAbbreviated, "GetCecStateAbbreviated"}, 23 {0x000E0000, GetCecStateAbbreviated, "GetCecStateAbbreviated"},
13 {0x000F0000, GetCecInfoEventHandle, "GetCecInfoEventHandle"}, 24 {0x000F0000, GetCecInfoEventHandle, "GetCecInfoEventHandle"},
14 {0x00100000, GetChangeStateEventHandle, "GetChangeStateEventHandle"}, 25 {0x00100000, GetChangeStateEventHandle, "GetChangeStateEventHandle"},
15 {0x00120104, nullptr, "ReadSavedData"}, 26 {0x00110104, nullptr, "OpenAndWrite"},
27 {0x00120104, nullptr, "OpenAndRead"},
16}; 28};
17 29
18CECD_U_Interface::CECD_U_Interface() { 30CECD_U_Interface::CECD_U_Interface() {