diff options
author | lat9nq <lat9nq@virginia.edu> | 2020-07-06 23:24:15 -0400 |
---|---|---|
committer | lat9nq <lat9nq@virginia.edu> | 2020-07-20 22:51:02 -0400 |
commit | 3848155c42964cc3fd0b614a8f5cca3159bef31b (patch) | |
tree | 97565c60001afb209f808e9a479eea8c278428e5 /src/common/file_util.h | |
parent | 61e4c0f83d3e355bc717851de4df0e001645ab8f (diff) |
common: Add a screenshots directory
Adds a screenshots directory as a path managed by FileUtil.
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r-- | src/common/file_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index f7a0c33fa..187b93161 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -32,6 +32,7 @@ enum class UserPath { SDMCDir, LoadDir, DumpDir, + ScreenshotsDir, ShaderDir, SysDataDir, UserDir, |