summaryrefslogtreecommitdiff
path: root/hle/test
diff options
context:
space:
mode:
authorlaranjeiro2008-03-06 13:23:04 +0000
committerlaranjeiro2008-03-06 13:23:04 +0000
commit37624e2a6fd8d9c6b8d271d3b4199030eaf9c086 (patch)
tree722077c45acc0101840e0746875b2a19f03e6517 /hle/test
parentca1965fd5a56e2f7b7fde1465b4747a021968505 (diff)
Added the hle_activate to allow the HLE to receive messages from the
ipmbox. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1576 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'hle/test')
-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)
+{
+
+}