diff options
author | german77 <juangerman-13@hotmail.com> | 2021-06-19 14:38:49 -0500 |
---|---|---|
committer | MonsterDruide1 <5958456@gmail.com> | 2021-09-18 23:22:30 +0200 |
commit | c01a872c8efa90065b6ba1a74079ddf6ec12058f (patch) | |
tree | d441117b0d133bff32b39f5060b31db57bc0413f /src/common/fs/path_util.cpp | |
parent | 4297d2fea2228ff4afe2a7c244fb8b3f1a97491a (diff) |
config: Move TAS options to it's own menu
Diffstat (limited to 'src/common/fs/path_util.cpp')
-rw-r--r-- | src/common/fs/path_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fs/path_util.cpp b/src/common/fs/path_util.cpp index 97d026eb87..43b79bd6db 100644 --- a/src/common/fs/path_util.cpp +++ b/src/common/fs/path_util.cpp @@ -116,7 +116,7 @@ private: GenerateYuzuPath(YuzuPath::ScreenshotsDir, yuzu_path / SCREENSHOTS_DIR); GenerateYuzuPath(YuzuPath::SDMCDir, yuzu_path / SDMC_DIR); GenerateYuzuPath(YuzuPath::ShaderDir, yuzu_path / SHADER_DIR); - GenerateYuzuPath(YuzuPath::TASFile, yuzu_path / TAS_DIR); + GenerateYuzuPath(YuzuPath::TASDir, yuzu_path / TAS_DIR); } ~PathManagerImpl() = default; |