aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/svc.h
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2015-07-21 05:49:05 -0400
committerGravatar Lioncash <mathew1800@gmail.com>2015-07-21 05:49:05 -0400
commit043b2f882aa48488ba632621cd62c5784e1c8fab (patch)
treebd812292360525f0172a469e11f81ac57339852d /src/core/hle/svc.h
parenta48aa4f9243ef2bcf6d57b833e8dc89982f296b5 (diff)
parentc2689b8c2c6f0ac023eddb25d98da6bc1fa95205 (diff)
Merge pull request #964 from lioncash/svc
dyncom: Pass SVC immediates directly.
Diffstat (limited to 'src/core/hle/svc.h')
-rw-r--r--src/core/hle/svc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/svc.h b/src/core/hle/svc.h
index 4389aa73..12de9ffb 100644
--- a/src/core/hle/svc.h
+++ b/src/core/hle/svc.h
@@ -41,6 +41,6 @@ enum ArbitrationType {
namespace SVC {
-void CallSVC(u32 opcode);
+void CallSVC(u32 immediate);
} // namespace