1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-05 10:56:31 -05:00

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,
};