diff --git a/libexeinfo/NE/Consts.cs b/libexeinfo/NE/Consts.cs index 7e9bc0a..3a13055 100644 --- a/libexeinfo/NE/Consts.cs +++ b/libexeinfo/NE/Consts.cs @@ -84,5 +84,6 @@ namespace libexeinfo const ushort SEGMENT_FLAGS_MASK = 0x3F8; const ushort SEGMENT_DISCARD_MASK = 0xF000; const ushort SEGMENT_IOPRVL_MASK = 0xC00; + const ushort KNOWN_RSRC_FLAGS = 0x1070; } } \ No newline at end of file diff --git a/libexeinfo/NE/Enums.cs b/libexeinfo/NE/Enums.cs index 9e43538..e35ae0a 100644 --- a/libexeinfo/NE/Enums.cs +++ b/libexeinfo/NE/Enums.cs @@ -80,7 +80,8 @@ namespace libexeinfo { Moveable = 0x10, Pure = 0x20, - Preload = 0x40 + Preload = 0x40, + Discardable = 0x1000 } ///