mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 22:52:28 -05:00
* Made 'Remaining Time' count correctly when doing FF/REW.
* Fixed bug in player_progressbar that caused Illegal Instruction
if the FF/Play went past the end of the song.
wps.c
* Removed 'if(lastbutton!=BUTTON_LEFT)' from track changes.
It was causing tracks to not change unless button was pressed
numerous times quickly :-)
* For player, changed BUTTON_STOP to BUTTON_STOP | BUTTON_REL.
Since stop is also the key to turn the device off, we don't want
it to go to the dir browser unless the stop button is released.
settings_menu.c
* Changed the minimum disk spindown time to 3 seconds, due to
reported problems if set below that.
makefile.vc6
* Fixed the VC makefile to work with both Recorder & Player again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2159 a1c6a512-1295-4272-9138-f99709370657
|
||
|---|---|---|
| .. | ||
| player | ||
| recorder | ||
| applimits.h | ||
| credits.c | ||
| credits.h | ||
| debug_menu.c | ||
| debug_menu.h | ||
| FILES | ||
| games_menu.c | ||
| games_menu.h | ||
| main.c | ||
| main_menu.c | ||
| main_menu.h | ||
| Makefile | ||
| menu.c | ||
| menu.h | ||
| playlist.c | ||
| playlist.h | ||
| README | ||
| screensavers_menu.c | ||
| screensavers_menu.h | ||
| settings.c | ||
| settings.h | ||
| settings_menu.c | ||
| settings_menu.h | ||
| showtext.c | ||
| sound_menu.c | ||
| sound_menu.h | ||
| status.c | ||
| status.h | ||
| tree.c | ||
| tree.h | ||
| version.h | ||
| win32.mak | ||
| wps-display.c | ||
| wps-display.h | ||
| wps.c | ||
| wps.h | ||
For general information see: docs/README For API information see: docs/API