mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-23 10:09:22 +01:00
common_paths.h: Migrate user directory from Citra to Lime3DS
This commit is contained in:
parent
bc1cd10ae8
commit
d2a5260d62
@ -18,18 +18,18 @@
|
||||
#define EMU_DATA_DIR USER_DIR
|
||||
#else
|
||||
#ifdef _WIN32
|
||||
#define EMU_DATA_DIR "Citra"
|
||||
#define EMU_DATA_DIR "Lime3DS"
|
||||
#elif defined(__APPLE__)
|
||||
#include <TargetConditionals.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#define APPLE_EMU_DATA_DIR "Documents" DIR_SEP "Citra"
|
||||
#define APPLE_EMU_DATA_DIR "Documents" DIR_SEP "Lime3DS"
|
||||
#else
|
||||
#define APPLE_EMU_DATA_DIR "Library" DIR_SEP "Application Support" DIR_SEP "Citra"
|
||||
#define APPLE_EMU_DATA_DIR "Library" DIR_SEP "Application Support" DIR_SEP "Lime3DS"
|
||||
#endif
|
||||
// For compatibility with XDG paths.
|
||||
#define EMU_DATA_DIR "citra-emu"
|
||||
#define EMU_DATA_DIR "lime3ds-emu"
|
||||
#else
|
||||
#define EMU_DATA_DIR "citra-emu"
|
||||
#define EMU_DATA_DIR "lime3ds-emu"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user