From 75a347fd2af1f4130793e4d073269fc1c0b2da1d Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 2 Mar 2018 20:21:52 +0000 Subject: [PATCH] Add new NE resource flags. --- libexeinfo/NE/Consts.cs | 1 + libexeinfo/NE/Enums.cs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 } ///