mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
patterns/ico: Disable BMP processing until issues in the pattern language have been resolved
This commit is contained in:
@@ -47,10 +47,14 @@ struct ImageData {
|
||||
be u64 png_magic [[hidden, no_unique_address]];
|
||||
if (png_magic == 0x89504e470d0a1a0a) {
|
||||
PNG png_image @ $ [[inline, highlight_hidden]];
|
||||
} else {
|
||||
}
|
||||
|
||||
// TODO: Sections currently can't be properly accessed accross imported types
|
||||
// TODO: Uncomment this again once that's been fixed
|
||||
/*else {
|
||||
BMPData data [[hidden]];
|
||||
BMP bmp_image @ addressof(this) - 14 [[inline, highlight_hidden]];
|
||||
}
|
||||
}*/
|
||||
};
|
||||
|
||||
struct ICONDIRENTRY {
|
||||
|
||||
Reference in New Issue
Block a user