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:
parent
dc4b3a4fe1
commit
e299fb3716
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue