summaryrefslogtreecommitdiff
path: root/src/common/common_paths.h
diff options
context:
space:
mode:
authorGravatar lat9nq2020-07-06 23:24:15 -0400
committerGravatar lat9nq2020-07-20 22:51:02 -0400
commit3848155c42964cc3fd0b614a8f5cca3159bef31b (patch)
tree97565c60001afb209f808e9a479eea8c278428e5 /src/common/common_paths.h
parentMerge pull request #4168 from ReinUsesLisp/global-memory (diff)
downloadyuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.tar.gz
yuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.tar.xz
yuzu-3848155c42964cc3fd0b614a8f5cca3159bef31b.zip
common: Add a screenshots directory
Adds a screenshots directory as a path managed by FileUtil.
Diffstat (limited to 'src/common/common_paths.h')
-rw-r--r--src/common/common_paths.h1
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 @@
35#define KEYS_DIR "keys" 35#define KEYS_DIR "keys"
36#define LOAD_DIR "load" 36#define LOAD_DIR "load"
37#define DUMP_DIR "dump" 37#define DUMP_DIR "dump"
38#define SCREENSHOTS_DIR "screenshots"
38#define SHADER_DIR "shader" 39#define SHADER_DIR "shader"
39#define LOG_DIR "log" 40#define LOG_DIR "log"
40 41