mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-04 06:33:05 +00:00
Service: Clean-up Interface
This commit is contained in:
@@ -389,7 +389,7 @@ const Interface::FunctionInfo FunctionTable[] = {
|
||||
// Interface class
|
||||
|
||||
Interface::Interface() {
|
||||
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
||||
Register(FunctionTable);
|
||||
|
||||
g_interrupt_event = 0;
|
||||
g_shared_memory = 0;
|
||||
|
||||
Reference in New Issue
Block a user