summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/hle_syscall.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/hle/hle_syscall.h b/src/core/hle/hle_syscall.h
index 506dcfc78..643af0bf4 100644
--- a/src/core/hle/hle_syscall.h
+++ b/src/core/hle/hle_syscall.h
@@ -35,8 +35,6 @@
//};
-typedef u32 Handle;
-typedef s32 Result;
-Result ConnectToPort(Handle* out, const char* port_name);
+void Register_SysCall();