diff options
author | german77 <juangerman-13@hotmail.com> | 2021-06-27 21:02:38 +0200 |
---|---|---|
committer | MonsterDruide1 <5958456@gmail.com> | 2021-09-18 23:22:42 +0200 |
commit | e6c4bf52f0eb2c9c78e983ffbc667891463d3253 (patch) | |
tree | d01a5189842a1c210b98588cb2b38ad89a11a322 /src/common/fs | |
parent | input_common/tas: overwrite file dialog (diff) | |
download | yuzu-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 'src/common/fs')
-rw-r--r-- | src/common/fs/path_util.h | 2 |
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. }; /** |