diff --git a/libMBIN/Source/NMS/Globals/GcGraphicsGlobals.cs b/libMBIN/Source/NMS/Globals/GcGraphicsGlobals.cs index 406581ade..40887228f 100644 --- a/libMBIN/Source/NMS/Globals/GcGraphicsGlobals.cs +++ b/libMBIN/Source/NMS/Globals/GcGraphicsGlobals.cs @@ -4,7 +4,7 @@ namespace libMBIN.NMS.Globals { - [NMS(GUID = 0xA1CC8EFF32B2FA24, NameHash = 0xEADD2E75)] + [NMS(GUID = 0xAD93C8F40935794D, NameHash = 0xEADD2E75)] public class GcGraphicsGlobals : NMSTemplate { [NMS(Index = 52)] diff --git a/libMBIN/Source/NMS/Toolkit/TkGraphicsDetailPreset.cs b/libMBIN/Source/NMS/Toolkit/TkGraphicsDetailPreset.cs index 9ab4faa78..7b8761f53 100644 --- a/libMBIN/Source/NMS/Toolkit/TkGraphicsDetailPreset.cs +++ b/libMBIN/Source/NMS/Toolkit/TkGraphicsDetailPreset.cs @@ -2,7 +2,7 @@ namespace libMBIN.NMS.Toolkit { - [NMS(GUID = 0x8E1BC1ABE633E3AE, NameHash = 0x2D59643E)] + [NMS(GUID = 0x66C79C9D5D98EB24, NameHash = 0x2D59643E)] public class TkGraphicsDetailPreset : NMSTemplate { [NMS(Index = 22)] @@ -104,10 +104,11 @@ public enum MetalFXQualityEnum : uint { } [NMS(Index = 18)] /* 0x34 */ public MetalFXQualityEnum MetalFXQuality; - // size: 0x2 + // size: 0x3 public enum NVIDIAReflexLowLatencyEnum : uint { On, Off, + OnWithBoost, } [NMS(Index = 13)] /* 0x38 */ public NVIDIAReflexLowLatencyEnum NVIDIAReflexLowLatency; diff --git a/libMBIN/Source/NMS/Toolkit/TkGraphicsSettings.cs b/libMBIN/Source/NMS/Toolkit/TkGraphicsSettings.cs index 21e68cd98..c7aed72d9 100644 --- a/libMBIN/Source/NMS/Toolkit/TkGraphicsSettings.cs +++ b/libMBIN/Source/NMS/Toolkit/TkGraphicsSettings.cs @@ -3,7 +3,7 @@ namespace libMBIN.NMS.Toolkit { - [NMS(GUID = 0x91819D692B92F324, NameHash = 0xCCF3675E)] + [NMS(GUID = 0x56D4DCB09E6DB9E7, NameHash = 0xCCF3675E)] public class TkGraphicsSettings : NMSTemplate { [NMS(Index = 4)] diff --git a/libMBIN/Source/NMS/Toolkit/TkIOSDevicePreset.cs b/libMBIN/Source/NMS/Toolkit/TkIOSDevicePreset.cs index 6ed2b51da..89354451f 100644 --- a/libMBIN/Source/NMS/Toolkit/TkIOSDevicePreset.cs +++ b/libMBIN/Source/NMS/Toolkit/TkIOSDevicePreset.cs @@ -3,7 +3,7 @@ namespace libMBIN.NMS.Toolkit { - [NMS(GUID = 0xC60FCF7259BBAEFD, NameHash = 0x85F192FA)] + [NMS(GUID = 0x6C5954BBC8EF10BE, NameHash = 0x85F192FA)] public class TkIOSDevicePreset : NMSTemplate { [NMS(Index = 2)] diff --git a/libMBIN/Source/NMS/Toolkit/TkIOSPerDeviceSettings.cs b/libMBIN/Source/NMS/Toolkit/TkIOSPerDeviceSettings.cs index 05e39f9d0..17e7435c8 100644 --- a/libMBIN/Source/NMS/Toolkit/TkIOSPerDeviceSettings.cs +++ b/libMBIN/Source/NMS/Toolkit/TkIOSPerDeviceSettings.cs @@ -3,7 +3,7 @@ namespace libMBIN.NMS.Toolkit { - [NMS(GUID = 0x4E3C13D8EBEE960B, NameHash = 0xF78534FE)] + [NMS(GUID = 0x6F17E6F48BB3558E, NameHash = 0xF78534FE)] public class TkIOSPerDeviceSettings : NMSTemplate { [NMS(Index = 0)] diff --git a/libMBIN/Source/Version.cs b/libMBIN/Source/Version.cs index 73b913e0f..95d1e7939 100644 --- a/libMBIN/Source/Version.cs +++ b/libMBIN/Source/Version.cs @@ -25,7 +25,7 @@ public static class Version { // the Prerelease version should be reset to 1 // When the Release version is incremented: // the Prerelease version should be reset to 0 - internal const string VERSION_STRING = "5.2.0.1"; + internal const string VERSION_STRING = "5.2.0.2"; /// Shorthand for AssemblyVersion.Major public static int Major => AssemblyVersion.Major;