summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cecd/cecd_u.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/cecd/cecd_u.cpp')
-rw-r--r--src/core/hle/service/cecd/cecd_u.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/cecd/cecd_u.cpp b/src/core/hle/service/cecd/cecd_u.cpp
index ace1c73c0..be6d4d8f6 100644
--- a/src/core/hle/service/cecd/cecd_u.cpp
+++ b/src/core/hle/service/cecd/cecd_u.cpp
@@ -9,6 +9,7 @@ namespace Service {
namespace CECD {
static const Interface::FunctionInfo FunctionTable[] = {
+ {0x000E0000, GetCecStateAbbreviated, "GetCecStateAbbreviated"},
{0x000F0000, GetCecInfoEventHandle, "GetCecInfoEventHandle"},
{0x00100000, GetChangeStateEventHandle, "GetChangeStateEventHandle"},
{0x00120104, nullptr, "ReadSavedData"},