diff options
Diffstat (limited to 'src/common/common_paths.h')
-rw-r--r-- | src/common/common_paths.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index d5b510cdb..0a6132dab 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -18,11 +18,7 @@ #ifdef USER_DIR #define EMU_DATA_DIR USER_DIR #else -#ifdef _WIN32 -#define EMU_DATA_DIR "Citra" -#else -#define EMU_DATA_DIR "citra-emu" -#endif +#define EMU_DATA_DIR "yuzu" #endif // Dirs in both User and Sys |