mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
@ -254,7 +254,7 @@ dir is the current direction of the snake - 0=up, 1=right, 2=down, 3=left;
|
|||
#define BOARD_HEIGHT (LCD_HEIGHT/4)
|
||||
|
||||
#define CONFIG_FILE_NAME "snake.cfg"
|
||||
#define SCORE_FILE PLUGIN_GAMES_DIR "/snake.score"
|
||||
#define SCORE_FILE PLUGIN_GAMES_DATA_DIR "/snake.score"
|
||||
#define NUM_SCORES 5
|
||||
|
||||
static int board[BOARD_WIDTH][BOARD_HEIGHT],snakelength;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue