mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 18:05:45 -04:00
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