1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-08 23:36:34 -05:00

loader: Add recognition for KIP file type

This commit is contained in:
Zach Hilman
2019-06-05 00:22:07 -04:00
parent a76bd49268
commit ce9f7ac4f2
2 changed files with 11 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ enum class FileType {
NSP,
XCI,
NAX,
KIP,
DeconstructedRomDirectory,
};