summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle_syscall.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-11 04:15:07 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-11 04:15:07 +0200
commit3bd041f5b0cd481ded892594d569462492679e39 (patch)
tree6f4c64d1ae09983b8c4d2b8c10f3fa51bef01507 /src/core/hle/hle_syscall.h
parent- removed syscall classes (will just use HLEFunction) (diff)
downloadyuzu-3bd041f5b0cd481ded892594d569462492679e39.tar
yuzu-3bd041f5b0cd481ded892594d569462492679e39.tar.gz
yuzu-3bd041f5b0cd481ded892594d569462492679e39.tar.bz2
yuzu-3bd041f5b0cd481ded892594d569462492679e39.tar.lz
yuzu-3bd041f5b0cd481ded892594d569462492679e39.tar.xz
yuzu-3bd041f5b0cd481ded892594d569462492679e39.tar.zst
yuzu-3bd041f5b0cd481ded892594d569462492679e39.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/hle_syscall.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/hle_syscall.h b/src/core/hle/hle_syscall.h
index 643af0bf4..4faa14535 100644
--- a/src/core/hle/hle_syscall.h
+++ b/src/core/hle/hle_syscall.h
@@ -34,7 +34,4 @@
// }
//};
-
-
-
void Register_SysCall();