mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 08:57:56 -05:00
registration: Add Data_Unknown5 NCAContentType
This commit is contained in:
@ -27,6 +27,7 @@ enum class NCAContentType : u8 {
|
||||
Control = 2,
|
||||
Manual = 3,
|
||||
Data = 4,
|
||||
Data_Unknown5 = 5, ///< Seems to be used on some system archives
|
||||
};
|
||||
|
||||
enum class NCASectionCryptoType : u8 {
|
||||
|
Reference in New Issue
Block a user