1
0
Fork 0
forked from len0rd/rockbox

pacbox: Declare several local functions and variables static.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30415 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-09-03 10:40:56 +00:00
parent 03b08eb6b3
commit bbe0d6d633
2 changed files with 10 additions and 7 deletions

View file

@ -189,8 +189,9 @@ void renderSprites( unsigned char * buffer );
@return 0 if successful, otherwise the patch could not be applied
(probably because the loaded ROM set does not support it)
*/
/* rockbox: not used
int setSpeedHack( int enabled );
*/
/* Implementation of the Z80 Environment interface */
unsigned char readByteHigh( unsigned addr );