common_paths: Add Load and Dump dirs

This commit is contained in:
Zach Hilman 2018-09-19 21:53:04 -04:00
parent 4f186de069
commit bd8db3f7f8
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,
};