summaryrefslogtreecommitdiffstats
path: root/src/common/fs/path_util.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-06-27 21:02:38 +0200
committerMonsterDruide1 <5958456@gmail.com>2021-09-18 23:22:42 +0200
commite6c4bf52f0eb2c9c78e983ffbc667891463d3253 (patch)
treed01a5189842a1c210b98588cb2b38ad89a11a322 /src/common/fs/path_util.h
parentinput_common/tas: overwrite file dialog (diff)
downloadyuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.tar
yuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.tar.gz
yuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.tar.bz2
yuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.tar.lz
yuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.tar.xz
yuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.tar.zst
yuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.zip
Diffstat (limited to '')
-rw-r--r--src/common/fs/path_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fs/path_util.h b/src/common/fs/path_util.h
index 52e4670e2..0a9e3a145 100644
--- a/src/common/fs/path_util.h
+++ b/src/common/fs/path_util.h
@@ -23,7 +23,7 @@ enum class YuzuPath {
ScreenshotsDir, // Where yuzu screenshots are stored.
SDMCDir, // Where the emulated SDMC is stored.
ShaderDir, // Where shaders are stored.
- TASDir, // Where the current script file is stored.
+ TASDir, // Where TAS scripts are stored.
};
/**