mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-22 10:39:19 +01:00
Don't use app path
This commit is contained in:
parent
9483dbfb63
commit
1b06de3502
@ -8,13 +8,13 @@
|
||||
|
||||
#define TARGET_NAME "wii"
|
||||
|
||||
#define TARGET_ROM_PATH "/apps/uae/roms"
|
||||
#define TARGET_FLOPPY_PATH "/apps/uae/floppies"
|
||||
#define TARGET_HARDFILE_PATH "/apps/uae/harddisks"
|
||||
#define TARGET_SAVESTATE_PATH "/apps/uae/saves"
|
||||
#define TARGET_ROM_PATH "/uae/roms"
|
||||
#define TARGET_FLOPPY_PATH "/uae/floppies"
|
||||
#define TARGET_HARDFILE_PATH "/uae/harddisks"
|
||||
#define TARGET_SAVESTATE_PATH "/uae/saves"
|
||||
|
||||
#ifndef OPTIONSFILENAME
|
||||
# define OPTIONSFILENAME "/apps/uae/uaerc"
|
||||
# define OPTIONSFILENAME "/uae/uaerc"
|
||||
#endif
|
||||
#undef OPTIONS_IN_HOME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user