mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 08:58:17 -05:00
loader: Add recognition for KIP file type
This commit is contained in:
@ -37,6 +37,7 @@ enum class FileType {
|
||||
NSP,
|
||||
XCI,
|
||||
NAX,
|
||||
KIP,
|
||||
DeconstructedRomDirectory,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user