From bd8db3f7f84a050a3837c1ae05832d2da63cfbb4 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Wed, 19 Sep 2018 21:53:04 -0400 Subject: common_paths: Add Load and Dump dirs --- src/common/file_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/file_util.h') diff --git a/src/common/file_util.h b/src/common/file_util.h index 24c1e413c..3d8fe6264 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -29,6 +29,8 @@ enum class UserPath { NANDDir, RootDir, SDMCDir, + LoadDir, + DumpDir, SysDataDir, UserDir, }; -- cgit v1.2.3