summaryrefslogtreecommitdiffstats
path: root/src/common/file_util.cpp
diff options
context:
space:
mode:
authorlat9nq <lat9nq@virginia.edu>2020-07-07 05:24:15 +0200
committerlat9nq <lat9nq@virginia.edu>2020-07-21 04:51:02 +0200
commit3848155c42964cc3fd0b614a8f5cca3159bef31b (patch)
tree97565c60001afb209f808e9a479eea8c278428e5 /src/common/file_util.cpp
parentMerge pull request #4168 from ReinUsesLisp/global-memory (diff)
downloadyuzu-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 '')
-rw-r--r--src/common/file_util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp
index 45b750e1e..4ede9f72c 100644
--- a/src/common/file_util.cpp
+++ b/src/common/file_util.cpp
@@ -695,6 +695,7 @@ const std::string& GetUserPath(UserPath path, const std::string& new_path) {
paths.emplace(UserPath::NANDDir, user_path + NAND_DIR DIR_SEP);
paths.emplace(UserPath::LoadDir, user_path + LOAD_DIR DIR_SEP);
paths.emplace(UserPath::DumpDir, user_path + DUMP_DIR DIR_SEP);
+ paths.emplace(UserPath::ScreenshotsDir, user_path + SCREENSHOTS_DIR DIR_SEP);
paths.emplace(UserPath::ShaderDir, user_path + SHADER_DIR DIR_SEP);
paths.emplace(UserPath::SysDataDir, user_path + SYSDATA_DIR DIR_SEP);
paths.emplace(UserPath::KeysDir, user_path + KEYS_DIR DIR_SEP);