aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/hle.h
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-05-20 18:28:38 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-05-20 18:28:38 -0400
commit143bba20453036f0a4bcc74dad10d99605a84732 (patch)
treee4ed8a6f74eb6533625b3196e23056a5fc529c4f /src/core/hle/hle.h
parentf654a03f1f23bea8fe5bf7194614ce6e947d0c5c (diff)
renamed "syscall" module to "svc" (more accurate naming)
Diffstat (limited to 'src/core/hle/hle.h')
-rw-r--r--src/core/hle/hle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/hle.h b/src/core/hle/hle.h
index 452546e1..c075147c 100644
--- a/src/core/hle/hle.h
+++ b/src/core/hle/hle.h
@@ -34,7 +34,7 @@ struct ModuleDef {
void RegisterModule(std::string name, int num_functions, const FunctionDef *func_table);
-void CallSyscall(u32 opcode);
+void CallSVC(u32 opcode);
void EatCycles(u32 cycles);