mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-05 10:10:47 -07:00
Service: Clean-up Interface
This commit is contained in:
@ -34,7 +34,7 @@ const Interface::FunctionInfo FunctionTable[] = {
|
||||
// Interface class
|
||||
|
||||
Interface::Interface() {
|
||||
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
||||
Register(FunctionTable);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user