Use the citra user path for the sdmc directory

This commit is contained in:
archshift 2014-09-20 15:11:38 -07:00
parent a9630a9d2b
commit 1966f7b0ad
4 changed files with 5 additions and 2 deletions

View file

@ -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"