BIOS: Prevent patching incompatible BIOSes

This commit is contained in:
Albert Liu
2020-12-27 16:14:28 -08:00
parent 0e2276fc7a
commit d9096ca12d
2 changed files with 46 additions and 42 deletions

View File

@ -30,6 +30,7 @@ struct ImageInfo
const char* description;
ConsoleRegion region;
Hash hash;
bool patch_compatible;
};
#pragma pack(push, 1)