mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 14:42:31 -05:00
Clean up hard-coded paths
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14662 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd5ad2ff69
commit
04b3435afd
11 changed files with 19 additions and 17 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#define COMPRESS_SAVE 1
|
||||
|
||||
static char quick_snap_file[]="/.rockbox/zxboxq.z80";
|
||||
static char quick_snap_file[]= ROCKBOX_DIR "/zxboxq.z80";
|
||||
|
||||
typedef struct {
|
||||
int isfile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue