From c3dcc87aa494934943769b70fd752af1271d196a Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Wed, 18 Apr 2007 07:41:31 +0000 Subject: Allow rockboy to run while music is playing with smaller roms. Works on players that do not use the IRAM macros. Only tested on the Gigabeat as I think that is the only player that will run rockboy well with music. Also simplified the sound and reduced the code size a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13199 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockboy/rockmacros.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/rockboy/rockmacros.h') diff --git a/apps/plugins/rockboy/rockmacros.h b/apps/plugins/rockboy/rockmacros.h index 06db25b433..d302fd04fe 100644 --- a/apps/plugins/rockboy/rockmacros.h +++ b/apps/plugins/rockboy/rockmacros.h @@ -31,7 +31,6 @@ extern int shut,cleanshut; void vid_init(void); inline void vid_begin(void); void die(char *message, ...); -void setmallocpos(void *pointer); void *sys_timer(void); int sys_elapsed(long *oldtick); int pcm_submit(void); @@ -122,6 +121,8 @@ struct options { int pal; }; +bool plugbuf; + extern struct options options; #define savedir "/.rockbox/rockboy" -- cgit v1.2.3