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/fs_paths.h | |
parent | 4297d2fea2228ff4afe2a7c244fb8b3f1a97491a (diff) |
config: Move TAS options to it's own menu
Diffstat (limited to 'src/common/fs/fs_paths.h')
-rw-r--r-- | src/common/fs/fs_paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fs/fs_paths.h b/src/common/fs/fs_paths.h index 84968b8e0..5d447f108 100644 --- a/src/common/fs/fs_paths.h +++ b/src/common/fs/fs_paths.h @@ -21,7 +21,7 @@ #define SCREENSHOTS_DIR "screenshots" #define SDMC_DIR "sdmc" #define SHADER_DIR "shader" -#define TAS_DIR "scripts" +#define TAS_DIR "tas" // yuzu-specific files |