summaryrefslogtreecommitdiffstats
path: root/src/core/hle/svc.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-07-21 09:51:36 +0200
committerLioncash <mathew1800@gmail.com>2015-07-21 09:56:29 +0200
commitc2689b8c2c6f0ac023eddb25d98da6bc1fa95205 (patch)
tree4d5380eb7b032f0090370ea34556558e59eb5742 /src/core/hle/svc.h
parentMerge pull request #959 from Subv/home (diff)
downloadyuzu-c2689b8c2c6f0ac023eddb25d98da6bc1fa95205.tar
yuzu-c2689b8c2c6f0ac023eddb25d98da6bc1fa95205.tar.gz
yuzu-c2689b8c2c6f0ac023eddb25d98da6bc1fa95205.tar.bz2
yuzu-c2689b8c2c6f0ac023eddb25d98da6bc1fa95205.tar.lz
yuzu-c2689b8c2c6f0ac023eddb25d98da6bc1fa95205.tar.xz
yuzu-c2689b8c2c6f0ac023eddb25d98da6bc1fa95205.tar.zst
yuzu-c2689b8c2c6f0ac023eddb25d98da6bc1fa95205.zip
Diffstat (limited to '')
-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 4389aa73d..12de9ffbe 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