mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-10 21:28:48 -04:00
- removed syscall classes (will just use HLEFunction)
- added hle.cpp and module registration - removed unused code
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
//};
|
||||
|
||||
|
||||
typedef u32 Handle;
|
||||
typedef s32 Result;
|
||||
|
||||
|
||||
Result ConnectToPort(Handle* out, const char* port_name);
|
||||
void Register_SysCall();
|
||||
|
||||
Reference in New Issue
Block a user