From bd76c84c6c2add6d8178d82bb710c3b2b10cb5e4 Mon Sep 17 00:00:00 2001 From: AzaharPlus Date: Fri, 4 Apr 2025 01:12:16 +0200 Subject: [PATCH] change user dir path --- src/common/common_paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/common_paths.h b/src/common/common_paths.h index 01e18e9d9..d985c3b12 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -23,7 +23,7 @@ #define EMU_DATA_DIR USER_DIR #else #ifdef _WIN32 -#define EMU_DATA_DIR "Azahar" +#define EMU_DATA_DIR "AzaharPlus" #define LEGACY_CITRA_DATA_DIR "Citra" #define LEGACY_LIME3DS_DATA_DIR "Lime3DS" #elif defined(__APPLE__)