BIOS: Prevent patching incompatible BIOSes
This commit is contained in:
@ -30,6 +30,7 @@ struct ImageInfo
|
||||
const char* description;
|
||||
ConsoleRegion region;
|
||||
Hash hash;
|
||||
bool patch_compatible;
|
||||
};
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
||||
Reference in New Issue
Block a user