services: Update function tables

This commit is contained in:
Lioncash 2016-02-01 21:37:10 -05:00
parent cd0b31fd73
commit 5e5bb0c32e
2 changed files with 11 additions and 5 deletions

View file

@ -9,11 +9,12 @@
namespace Service {
namespace CECD {
// Empty arrays are illegal -- commented out until an entry is added.
//const Interface::FunctionInfo FunctionTable[] = { };
static const Interface::FunctionInfo FunctionTable[] = {
{ 0x00120104, nullptr, "ReadSavedData" },
};
CECD_U_Interface::CECD_U_Interface() {
//Register(FunctionTable);
Register(FunctionTable);
}
} // namespace CECD