mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
Service: Clean-up Interface
This commit is contained in:
parent
8779b31fe6
commit
a79d21c83e
46 changed files with 54 additions and 67 deletions
|
@ -206,7 +206,7 @@ Interface::Interface() {
|
|||
interrupt_event = nullptr;
|
||||
read_pipe_count = 0;
|
||||
|
||||
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
||||
Register(FunctionTable);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue