mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -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
|
|
@ -319,8 +319,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define MEMO_FILE PLUGIN_APPS_DIR "/.memo"
|
||||
#define TEMP_FILE PLUGIN_APPS_DIR "/~temp"
|
||||
#define MEMO_FILE PLUGIN_APPS_DATA_DIR "/.memo"
|
||||
#define TEMP_FILE PLUGIN_APPS_DATA_DIR "/~temp"
|
||||
|
||||
#define X_OFFSET ((LCD_WIDTH%7)/2)
|
||||
#if LCD_HEIGHT <= 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue