Skip to content

Commit

Permalink
Update for 15174591
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyman192 committed Jul 28, 2024
1 parent 61efec9 commit 64ff46a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/Globals/GcGraphicsGlobals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
5 changes: 3 additions & 2 deletions libMBIN/Source/NMS/Toolkit/TkGraphicsDetailPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/Toolkit/TkGraphicsSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/Toolkit/TkIOSDevicePreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/Toolkit/TkIOSPerDeviceSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>Shorthand for AssemblyVersion.Major</summary>
public static int Major => AssemblyVersion.Major;
Expand Down

0 comments on commit 64ff46a

Please sign in to comment.