summaryrefslogtreecommitdiff
path: root/hle/test/src/ipmbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'hle/test/src/ipmbox.c')
-rw-r--r--hle/test/src/ipmbox.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hle/test/src/ipmbox.c b/hle/test/src/ipmbox.c
index e6d644c0df..707f85772a 100644
--- a/hle/test/src/ipmbox.c
+++ b/hle/test/src/ipmbox.c
@@ -29,3 +29,9 @@ void ipmbox_tx (ipmbox_t *ctx, u32 *msg_buffer, uint length)
{
}
+
+void
+ipmbox_activate (ipmbox_t *ctx, bool activation)
+{
+
+}