diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/common_paths.h | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index 2903f2cf2..a5342a610 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h | |||
| @@ -16,13 +16,13 @@ | |||
| 16 | #define ROOT_DIR "." | 16 | #define ROOT_DIR "." |
| 17 | #define USERDATA_DIR "user" | 17 | #define USERDATA_DIR "user" |
| 18 | #ifdef USER_DIR | 18 | #ifdef USER_DIR |
| 19 | #define EMU_DATA_DIR USER_DIR | 19 | #define EMU_DATA_DIR USER_DIR |
| 20 | #else | 20 | #else |
| 21 | #ifdef _WIN32 | 21 | #ifdef _WIN32 |
| 22 | #define EMU_DATA_DIR "Citra Emulator" | 22 | #define EMU_DATA_DIR "Citra Emulator" |
| 23 | #else | 23 | #else |
| 24 | #define EMU_DATA_DIR "citra-emu" | 24 | #define EMU_DATA_DIR "citra-emu" |
| 25 | #endif | 25 | #endif |
| 26 | #endif | 26 | #endif |
| 27 | 27 | ||
| 28 | // Dirs in both User and Sys | 28 | // Dirs in both User and Sys |
| @@ -31,32 +31,32 @@ | |||
| 31 | #define JAP_DIR "JAP" | 31 | #define JAP_DIR "JAP" |
| 32 | 32 | ||
| 33 | // Subdirs in the User dir returned by GetUserPath(D_USER_IDX) | 33 | // Subdirs in the User dir returned by GetUserPath(D_USER_IDX) |
| 34 | #define CONFIG_DIR "config" | 34 | #define CONFIG_DIR "config" |
| 35 | #define GAMECONFIG_DIR "game_config" | 35 | #define GAMECONFIG_DIR "game_config" |
| 36 | #define MAPS_DIR "maps" | 36 | #define MAPS_DIR "maps" |
| 37 | #define CACHE_DIR "cache" | 37 | #define CACHE_DIR "cache" |
| 38 | #define SDMC_DIR "sdmc" | 38 | #define SDMC_DIR "sdmc" |
| 39 | #define NAND_DIR "nand" | 39 | #define NAND_DIR "nand" |
| 40 | #define SYSDATA_DIR "sysdata" | 40 | #define SYSDATA_DIR "sysdata" |
| 41 | #define SHADERCACHE_DIR "shader_cache" | 41 | #define SHADERCACHE_DIR "shader_cache" |
| 42 | #define STATESAVES_DIR "state_saves" | 42 | #define STATESAVES_DIR "state_saves" |
| 43 | #define SCREENSHOTS_DIR "screenShots" | 43 | #define SCREENSHOTS_DIR "screenShots" |
| 44 | #define DUMP_DIR "dump" | 44 | #define DUMP_DIR "dump" |
| 45 | #define DUMP_TEXTURES_DIR "textures" | 45 | #define DUMP_TEXTURES_DIR "textures" |
| 46 | #define DUMP_FRAMES_DIR "frames" | 46 | #define DUMP_FRAMES_DIR "frames" |
| 47 | #define DUMP_AUDIO_DIR "audio" | 47 | #define DUMP_AUDIO_DIR "audio" |
| 48 | #define LOGS_DIR "logs" | 48 | #define LOGS_DIR "logs" |
| 49 | #define SHADERS_DIR "shaders" | 49 | #define SHADERS_DIR "shaders" |
| 50 | #define SYSCONF_DIR "sysconf" | 50 | #define SYSCONF_DIR "sysconf" |
| 51 | 51 | ||
| 52 | // Filenames | 52 | // Filenames |
| 53 | // Files in the directory returned by GetUserPath(D_CONFIG_IDX) | 53 | // Files in the directory returned by GetUserPath(D_CONFIG_IDX) |
| 54 | #define EMU_CONFIG "emu.ini" | 54 | #define EMU_CONFIG "emu.ini" |
| 55 | #define DEBUGGER_CONFIG "debugger.ini" | 55 | #define DEBUGGER_CONFIG "debugger.ini" |
| 56 | #define LOGGER_CONFIG "logger.ini" | 56 | #define LOGGER_CONFIG "logger.ini" |
| 57 | 57 | ||
| 58 | // Sys files | 58 | // Sys files |
| 59 | #define SHARED_FONT "shared_font.bin" | 59 | #define SHARED_FONT "shared_font.bin" |
| 60 | 60 | ||
| 61 | // Files in the directory returned by GetUserPath(D_LOGS_IDX) | 61 | // Files in the directory returned by GetUserPath(D_LOGS_IDX) |
| 62 | #define MAIN_LOG "emu.log" | 62 | #define MAIN_LOG "emu.log" |