summaryrefslogtreecommitdiff
path: root/src/common/common_paths.h
diff options
context:
space:
mode:
authorGravatar David2020-08-03 21:00:14 +1000
committerGravatar GitHub2020-08-03 21:00:14 +1000
commit6c7292de33702aababf60acbc58128bd060f81ab (patch)
tree668e2d0365852682609764f5ebff600848ef7246 /src/common/common_paths.h
parentMerge pull request #4439 from lioncash/cpu (diff)
parentconfig: Make the save-as identifier more consistent (diff)
downloadyuzu-6c7292de33702aababf60acbc58128bd060f81ab.tar.gz
yuzu-6c7292de33702aababf60acbc58128bd060f81ab.tar.xz
yuzu-6c7292de33702aababf60acbc58128bd060f81ab.zip
Merge pull request #4263 from lat9nq/fix-screencaps-2
screenshots: Option to save screenshots immediately in a specified directory + Linux workaround
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