index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
rockboy
/
loader.c
Age
Commit message (
Expand
)
Author
2011-12-28
plugins: another round of making local things static and adding missing #incl...
Bertrik Sikken
2011-05-03
Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2010-11-25
Added the snapshot patch for rockboy (FS#11757)
Michael Stummvoll
2010-11-24
correction from previous commit. Completly removing the splashes is better
Michael Stummvoll
2010-11-24
Rockboy: Changed the time of showing splash messages to 0 to decrase loading ...
Michael Stummvoll
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2008-05-13
Plugin parameters should be const.
Steve Bavin
2007-10-16
Code police and clean up for rockboy.
Tom Ross
2007-09-09
Fix rockbox warnings. sramfile is a static array so will never be NULL.
Michael Sevakis
2007-04-18
Allow rockboy to run while music is playing with smaller roms. Works on play...
Karl Kurbjun
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-02-06
Major Rockboy update.
Tom Ross
2007-02-03
Removed unused 'mode' parameter from mkdir() for consistency with creat().
Jens Arnold
2006-01-20
Karl Kurbjun's patch #1407719:
Daniel Stenberg
2006-01-10
Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedups
Linus Nielsen Feltzing
2005-07-03
Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...
Jens Arnold
2005-03-05
Minor bug when writing files; files weren't truncated to 0, so when
Michiel Van Der Kolk
2005-03-02
Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...
Jens Arnold