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.h | |
parent | 4297d2fea2228ff4afe2a7c244fb8b3f1a97491a (diff) |
config: Move TAS options to it's own menu
Diffstat (limited to 'src/common/fs/path_util.h')
-rw-r--r-- | src/common/fs/path_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/fs/path_util.h b/src/common/fs/path_util.h index 6079de4c67..52e4670e27 100644 --- a/src/common/fs/path_util.h +++ b/src/common/fs/path_util.h @@ -23,8 +23,7 @@ enum class YuzuPath { ScreenshotsDir, // Where yuzu screenshots are stored. SDMCDir, // Where the emulated SDMC is stored. ShaderDir, // Where shaders are stored. - - TASFile, // Where the current script file is stored. + TASDir, // Where the current script file is stored. }; /** |