From 8151670d81a9af851ecb0adc65621d98cb0b70e0 Mon Sep 17 00:00:00 2001 From: Razmoth <32140579+Razmoth@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:12:23 +0400 Subject: [PATCH 1/2] - [GUI] fixes #41 --- AssetStudio.GUI/MainForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetStudio.GUI/MainForm.Designer.cs b/AssetStudio.GUI/MainForm.Designer.cs index fec8284..e78e1b8 100644 --- a/AssetStudio.GUI/MainForm.Designer.cs +++ b/AssetStudio.GUI/MainForm.Designer.cs @@ -1210,7 +1210,7 @@ namespace AssetStudio.GUI // glControl // glControl.API = OpenTK.Windowing.Common.ContextAPI.OpenGL; - glControl.APIVersion = new Version(4, 5, 0, 0); + glControl.APIVersion = new Version(3, 3, 0, 0); glControl.BackColor = System.Drawing.SystemColors.ControlDarkDark; glControl.Dock = System.Windows.Forms.DockStyle.Fill; glControl.Flags = OpenTK.Windowing.Common.ContextFlags.Default; From 77d308f7ecf6fe859afcbc106de3959065e73e73 Mon Sep 17 00:00:00 2001 From: Razmoth <32140579+Razmoth@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:02:19 +0400 Subject: [PATCH 2/2] Update Keys.json --- AssetStudio/Keys.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AssetStudio/Keys.json b/AssetStudio/Keys.json index f9cdd9b..2aa7509 100644 --- a/AssetStudio/Keys.json +++ b/AssetStudio/Keys.json @@ -19,6 +19,10 @@ "Name": "Neural Cloud", "Key": "31636162383436663532393031633965" }, + { + "Name": "Neural Cloud CN", + "Key": "62363238363766353164326561376266" + }, { "Name": "Higan: Eruthyll", "Key": "45317832633361346C35693662377572"