aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/svc.h
diff options
context:
space:
mode:
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