From 1966f7b0ad275e9ef8ea26de32b4fda8129e0998 Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 20 Sep 2014 15:11:38 -0700 Subject: Use the citra user path for the sdmc directory --- src/common/common_paths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/common_paths.h') diff --git a/src/common/common_paths.h b/src/common/common_paths.h index a36de922..7cd5b1f3 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -52,6 +52,7 @@ #define GAMECONFIG_DIR "game_config" #define MAPS_DIR "maps" #define CACHE_DIR "cache" +#define SDMC_DIR "sdmc" #define SHADERCACHE_DIR "shader_cache" #define STATESAVES_DIR "state_saves" #define SCREENSHOTS_DIR "screenShots" -- cgit v1.2.3