diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-04-10 23:26:12 -0400 |
|---|---|---|
| committer | bunnei <ericbunnie@gmail.com> | 2014-04-10 23:26:12 -0400 |
| commit | 2bde8f28561ea9436d13d990f6b129a0e80a325e (patch) | |
| tree | 4d5404d320f4c737ccc6fcbed3cc5549513689f1 /src/core/hle/hle_syscall.h | |
| parent | 01bedbf956a261fb339eba6901716510cc8c9ca2 (diff) | |
base code to call a syscall from ARM11 appcore
Diffstat (limited to 'src/core/hle/hle_syscall.h')
| -rw-r--r-- | src/core/hle/hle_syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/hle_syscall.h b/src/core/hle/hle_syscall.h index 4faa14535..80b20c358 100644 --- a/src/core/hle/hle_syscall.h +++ b/src/core/hle/hle_syscall.h @@ -34,4 +34,4 @@ // } //}; -void Register_SysCall(); +void Register_Syscall(); |
