diff --git a/BetterJoyForCemu/MainForm.Designer.cs b/BetterJoyForCemu/MainForm.Designer.cs index e97854f..cd01ea2 100644 --- a/BetterJoyForCemu/MainForm.Designer.cs +++ b/BetterJoyForCemu/MainForm.Designer.cs @@ -99,7 +99,7 @@ this.version_lbl.Name = "version_lbl"; this.version_lbl.Size = new System.Drawing.Size(28, 13); this.version_lbl.TabIndex = 2; - this.version_lbl.Text = "v6.4"; + this.version_lbl.Text = "v7.1"; // // passiveScanBox // @@ -276,7 +276,7 @@ // // settingsTable // - this.settingsTable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.settingsTable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.settingsTable.AutoScroll = true; this.settingsTable.ColumnCount = 2; diff --git a/BetterJoyForCemu/Program.cs b/BetterJoyForCemu/Program.cs index 170e78e..8c11920 100644 --- a/BetterJoyForCemu/Program.cs +++ b/BetterJoyForCemu/Program.cs @@ -3,6 +3,7 @@ using System.Collections.Concurrent; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; +using System.Globalization; using System.IO; using System.Linq; using System.Net; @@ -513,7 +514,7 @@ namespace BetterJoyForCemu { // Setting the culturesettings so float gets parsed correctly CultureInfo.CurrentCulture = new CultureInfo("en-US", false); - + // Set the correct DLL for the current OS SetupDlls();