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/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/plugins/rockboy/main.c') diff --git a/apps/plugins/rockboy/main.c b/apps/plugins/rockboy/main.c index fc21ca0d58..bb6b6bd2d7 100644 --- a/apps/plugins/rockboy/main.c +++ b/apps/plugins/rockboy/main.c @@ -1,6 +1,3 @@ -#include -#include - #include "rockmacros.h" #include "input.h" #include "emu.h" -- cgit v1.2.3