aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/cecd/cecd_u.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-04-02 01:43:35 -0400
committerbunnei <bunneidev@gmail.com>2016-04-02 01:43:35 -0400
commite5e3b97db21fe96852d45da2be0360b078547cd5 (patch)
tree604e67b9d94fe763bba02679c20d4d039bdf200e /src/core/hle/service/cecd/cecd_u.cpp
parent9d7028bcfba061c6e7b305be3d972b9ea2a3d299 (diff)
parentcb8e85a37d0784689afc60fd208213a86181698a (diff)
Merge pull request #1619 from mailwl/cecd
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
Diffstat (limited to 'src/core/hle/service/cecd/cecd_u.cpp')
-rw-r--r--src/core/hle/service/cecd/cecd_u.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/hle/service/cecd/cecd_u.cpp b/src/core/hle/service/cecd/cecd_u.cpp
index 9b720a738..ace1c73c0 100644
--- a/src/core/hle/service/cecd/cecd_u.cpp
+++ b/src/core/hle/service/cecd/cecd_u.cpp
@@ -2,13 +2,16 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include "core/hle/service/cecd/cecd.h"
#include "core/hle/service/cecd/cecd_u.h"
namespace Service {
namespace CECD {
static const Interface::FunctionInfo FunctionTable[] = {
- { 0x00120104, nullptr, "ReadSavedData" },
+ {0x000F0000, GetCecInfoEventHandle, "GetCecInfoEventHandle"},
+ {0x00100000, GetChangeStateEventHandle, "GetChangeStateEventHandle"},
+ {0x00120104, nullptr, "ReadSavedData"},
};
CECD_U_Interface::CECD_U_Interface() {