diff options
| author | 2015-01-01 12:39:27 -0500 | |
|---|---|---|
| committer | 2015-01-02 21:13:54 -0500 | |
| commit | aade417b143a756da10b69747793c707ef8316fd (patch) | |
| tree | d5fd49926dbfb4e7c289a8fa060df9c1e4401fde /src/common/common_paths.h | |
| parent | SaveDataCheck: Preliminary work in this archive. (diff) | |
| download | yuzu-aade417b143a756da10b69747793c707ef8316fd.tar.gz yuzu-aade417b143a756da10b69747793c707ef8316fd.tar.xz yuzu-aade417b143a756da10b69747793c707ef8316fd.zip | |
Archives: Reduced duplicate code in RomFS and SaveCheck.
Fixed a few warnings and cleaned up the code
Diffstat (limited to 'src/common/common_paths.h')
| -rw-r--r-- | src/common/common_paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index d3f0702bc..e692e5492 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h | |||
| @@ -42,6 +42,7 @@ | |||
| 42 | #define SDMC_DIR "sdmc" | 42 | #define SDMC_DIR "sdmc" |
| 43 | #define EXTSAVEDATA_DIR "extsavedata" | 43 | #define EXTSAVEDATA_DIR "extsavedata" |
| 44 | #define SAVEDATA_DIR "savedata" | 44 | #define SAVEDATA_DIR "savedata" |
| 45 | #define SAVEDATACHECK_DIR "savedatacheck" | ||
| 45 | #define SYSDATA_DIR "sysdata" | 46 | #define SYSDATA_DIR "sysdata" |
| 46 | #define SYSSAVEDATA_DIR "syssavedata" | 47 | #define SYSSAVEDATA_DIR "syssavedata" |
| 47 | #define SHADERCACHE_DIR "shader_cache" | 48 | #define SHADERCACHE_DIR "shader_cache" |