summaryrefslogtreecommitdiff
path: root/apps/plugins/rockblox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockblox.c')
-rw-r--r--apps/plugins/rockblox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c
index e66d24256b..1aafe5faf7 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -477,7 +477,7 @@ figures[BLOCKS_NUM] = {
477}; 477};
478 478
479/* Rockbox File System only supports full filenames inc dir */ 479/* Rockbox File System only supports full filenames inc dir */
480#define HIGH_SCORE "/.rockbox/rocks/rockblox.score" 480#define HIGH_SCORE PLUGIN_GAMES_DIR "/rockblox.score"
481#define MAX_HIGH_SCORES 5 481#define MAX_HIGH_SCORES 5
482/* Default High Scores... */ 482/* Default High Scores... */
483struct highscore Highest[MAX_HIGH_SCORES]; 483struct highscore Highest[MAX_HIGH_SCORES];