config: Move TAS options to it's own menu

This commit is contained in:
german77 2021-06-19 14:38:49 -05:00 committed by MonsterDruide1
parent cce0d58312
commit bba1ab83d6
19 changed files with 452 additions and 184 deletions

View file

@ -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.
};
/**