mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 00:42:33 -07:00
services: Update function tables
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user