1
0
Fork 0
forked from len0rd/rockbox

Commit next part of FS# 10138 by Teruaki Kawashima. Replace ROCKBOX_DIR and related defines with PLUGIN_APPS_DIR or PLUGIN_GAMES_DIR.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21103 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2009-05-27 20:31:07 +00:00
parent dc4b3a4fe1
commit e299fb3716
4 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ PLUGIN_HEADER
#define LAP_Y TIMER_Y+1
#define MAX_LAPS 64
#define STOPWATCH_FILE ROCKBOX_DIR "/apps/stopwatch.dat"
#define STOPWATCH_FILE PLUGIN_APPS_DIR "/stopwatch.dat"
/* variable button definitions */
#if CONFIG_KEYPAD == RECORDER_PAD