common_paths: Add Load and Dump dirs

This commit is contained in:
Zach Hilman 2018-09-19 21:53:04 -04:00
parent 305ecc4930
commit 2f2bd3b952
3 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,8 @@ enum class UserPath {
NANDDir,
RootDir,
SDMCDir,
LoadDir,
DumpDir,
SysDataDir,
UserDir,
};