summaryrefslogtreecommitdiff
path: root/src/common/fs/path_util.h
diff options
context:
space:
mode:
authorGravatar german772021-06-27 14:02:38 -0500
committerGravatar MonsterDruide12021-09-18 23:22:42 +0200
commite6c4bf52f0eb2c9c78e983ffbc667891463d3253 (patch)
treed01a5189842a1c210b98588cb2b38ad89a11a322 /src/common/fs/path_util.h
parentinput_common/tas: overwrite file dialog (diff)
downloadyuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.tar.gz
yuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.tar.xz
yuzu-e6c4bf52f0eb2c9c78e983ffbc667891463d3253.zip
input_common/tas: Add swap controller
Diffstat (limited to 'src/common/fs/path_util.h')
-rw-r--r--src/common/fs/path_util.h2
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 {
23 ScreenshotsDir, // Where yuzu screenshots are stored. 23 ScreenshotsDir, // Where yuzu screenshots are stored.
24 SDMCDir, // Where the emulated SDMC is stored. 24 SDMCDir, // Where the emulated SDMC is stored.
25 ShaderDir, // Where shaders are stored. 25 ShaderDir, // Where shaders are stored.
26 TASDir, // Where the current script file is stored. 26 TASDir, // Where TAS scripts are stored.
27}; 27};
28 28
29/** 29/**