From 18ca3ca751ad1596524e473f0ad56253ad4b006f Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 11 Jan 2018 21:56:15 -0700 Subject: Removing unused settings and yuzu rebranding --- src/common/common_paths.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/common') 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 -- cgit v1.2.3