summaryrefslogtreecommitdiff
path: root/src/core/hle/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/ipc.h')
-rw-r--r--src/core/hle/ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h
index bbaae8b79..cd9a5863d 100644
--- a/src/core/hle/ipc.h
+++ b/src/core/hle/ipc.h
@@ -72,8 +72,8 @@ union Header {
72 * through modifications and checks by the kernel. 72 * through modifications and checks by the kernel.
73 * The translate parameters are described by headers generated with the IPC::*Desc functions. 73 * The translate parameters are described by headers generated with the IPC::*Desc functions.
74 * 74 *
75 * @note While #normal_params_size is equivalent to the number of normal parameters, 75 * @note While @p normal_params_size is equivalent to the number of normal parameters,
76 * #translate_params_size includes the size occupied by the translate parameters headers. 76 * @p translate_params_size includes the size occupied by the translate parameters headers.
77 */ 77 */
78inline u32 MakeHeader(u16 command_id, unsigned int normal_params_size, 78inline u32 MakeHeader(u16 command_id, unsigned int normal_params_size,
79 unsigned int translate_params_size) { 79 unsigned int translate_params_size) {