forked from len0rd/rockbox
RaaA: Fix write locations of plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29506 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a25153be6b
commit
f9f89cf5cb
25 changed files with 66 additions and 36 deletions
|
|
@ -800,8 +800,8 @@ bool resume = false;
|
|||
bool resume_file = false;
|
||||
|
||||
/* Rockbox File System only supports full filenames inc dir */
|
||||
#define SCORE_FILE PLUGIN_GAMES_DIR "/rockblox.score"
|
||||
#define RESUME_FILE PLUGIN_GAMES_DIR "/rockblox.resume"
|
||||
#define SCORE_FILE PLUGIN_GAMES_DATA_DIR "/rockblox.score"
|
||||
#define RESUME_FILE PLUGIN_GAMES_DATA_DIR "/rockblox.resume"
|
||||
#define NUM_SCORES 5
|
||||
|
||||
/* Default High Scores... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue