mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
SysConf: Add support for the LongLong type
This should fix the "unknown entry type" panic alerts when an existing SYSCONF from a real Wii NAND is used.
This commit is contained in:
@ -27,7 +27,7 @@ enum SysconfType
|
||||
Type_Byte,
|
||||
Type_Short,
|
||||
Type_Long,
|
||||
Type_Unknown,
|
||||
Type_LongLong,
|
||||
Type_Bool
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user