mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Accept FS#5464 - organise the rocks directory.
If any plugins or "open with" optoins dont work please let me know... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14214 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5b76936a44
commit
fda7d720c0
29 changed files with 266 additions and 72 deletions
|
|
@ -24,8 +24,8 @@
|
|||
PLUGIN_HEADER
|
||||
|
||||
/* save files */
|
||||
#define SCORE_FILE PLUGIN_DIR "/blackjack.score"
|
||||
#define SAVE_FILE PLUGIN_DIR "/blackjack.save"
|
||||
#define SCORE_FILE PLUGIN_GAMES_DIR "/blackjack.score"
|
||||
#define SAVE_FILE PLUGIN_GAMES_DIR "/blackjack.save"
|
||||
|
||||
#define NUM_SCORES LCD_HEIGHT/8-2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue