From 3848155c42964cc3fd0b614a8f5cca3159bef31b Mon Sep 17 00:00:00 2001 From: lat9nq Date: Mon, 6 Jul 2020 23:24:15 -0400 Subject: common: Add a screenshots directory Adds a screenshots directory as a path managed by FileUtil. --- src/common/file_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/file_util.h') 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, -- cgit v1.2.3