From a255ff9f91e27fa06152210953e2cb35e52f37a9 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 28 Jun 2010 22:20:55 +0200 Subject: ao plugin: reentrant arm7 emu; fixed dsf library loader --- plugins/ao/ao.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ao/ao.h') diff --git a/plugins/ao/ao.h b/plugins/ao/ao.h index a9b0f01a..f3503df8 100755 --- a/plugins/ao/ao.h +++ b/plugins/ao/ao.h @@ -204,7 +204,7 @@ int ao_get_lib(char *filename, uint8 **buffer, uint64 *length); int ao_identify (char *buffer); -void *ao_start (uint32 type, uint8 *buffer, uint32 size); +void *ao_start (uint32 type, const char *name, uint8 *buffer, uint32 size); int ao_stop (uint32 type, void *handle); -- cgit v1.2.3