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
/
pacbox
/
pacbox.c
Age
Commit message (
Expand
)
Author
2006-11-26
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
Tomasz Malesinski
2006-11-18
SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...
Michael Sevakis
2006-11-15
Don't need to remove the backdrop for all plugins - leave it up for some.
Karl Kurbjun
2006-08-11
'no voice' is -1 not 0 and menu_items does have a pointer
Marcoen Hirschberg
2006-08-11
don't assign NULL to a long (fixes sim build warnings)
Marcoen Hirschberg
2006-07-30
accept patch FS#4761 - putting the player on hold will now pause games. this ...
Shachar Liberman
2006-03-20
Patch #4870 from Fredrik Öhrn - Call yield() less often (gives a 3-4fps spee...
Dave Chapman
2006-03-18
More patches from Fredrik Öhrn - joystick2.diff (add support using buttons o...
Dave Chapman
2006-03-16
Add a call to rb->yield() in the main loop
Dave Chapman
2006-03-15
Save user settings to disk, plus some code policing
Dave Chapman
2006-03-15
Enable frame-rate control for all targets. Change the iPod Nano to display 3...
Dave Chapman
2006-03-13
Oops - changing the default setting for showfps shouldn't have been committed.
Dave Chapman
2006-03-13
Various improvements and code re-organisation: Optimised assembler LCD rende...
Dave Chapman
2006-03-11
Stop audio playback before using IRAM
Dave Chapman
2006-03-11
pacbox - a Pacman arcade machine emulator. Currently working for all colour ...
Dave Chapman