diff options
author | lat9nq <lat9nq@virginia.edu> | 2020-07-07 05:24:15 +0200 |
---|---|---|
committer | lat9nq <lat9nq@virginia.edu> | 2020-07-21 04:51:02 +0200 |
commit | 3848155c42964cc3fd0b614a8f5cca3159bef31b (patch) | |
tree | 97565c60001afb209f808e9a479eea8c278428e5 /src/common/common_paths.h | |
parent | Merge pull request #4168 from ReinUsesLisp/global-memory (diff) | |
download | yuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.tar yuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.tar.gz yuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.tar.bz2 yuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.tar.lz yuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.tar.xz yuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.tar.zst yuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.zip |
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 076752d3b..3c593d5f6 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -35,6 +35,7 @@ #define KEYS_DIR "keys" #define LOAD_DIR "load" #define DUMP_DIR "dump" +#define SCREENSHOTS_DIR "screenshots" #define SHADER_DIR "shader" #define LOG_DIR "log" |