services: Update function tables
This commit is contained in:
parent
cd0b31fd73
commit
5e5bb0c32e
2 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue