summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-21 00:28:38 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-21 00:28:38 +0200
commit143bba20453036f0a4bcc74dad10d99605a84732 (patch)
treee4ed8a6f74eb6533625b3196e23056a5fc529c4f /src/core/hle/hle.h
parentthread: whitespace change - fixed * and & placement (diff)
downloadyuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.gz
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.bz2
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.lz
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.xz
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.zst
yuzu-143bba20453036f0a4bcc74dad10d99605a84732.zip
Diffstat (limited to '')
-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 452546e1f..c075147c3 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);