aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/svc.h
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2015-07-21 03:51:36 -0400
committerGravatar Lioncash <mathew1800@gmail.com>2015-07-21 03:56:29 -0400
commitc2689b8c2c6f0ac023eddb25d98da6bc1fa95205 (patch)
tree4d5380eb7b032f0090370ea34556558e59eb5742 /src/core/hle/svc.h
parentbaba0efcd10321167a62bb521bacb5f8c1ab336a (diff)
dyncom: Pass SVC immediates directly.
Previously it would just re-read the already decoded instruction and extract the immediate value.
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