forked from len0rd/rockbox
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
This commit is contained in:
parent
521d6a5e1f
commit
c3dcc87aa4
9 changed files with 176 additions and 176 deletions
|
@ -1,6 +1,3 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "rockmacros.h"
|
||||
#include "input.h"
|
||||
#include "emu.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue