From 5e3d6ac4f426ba4b48bf42afb014811ab5cc6b3a Mon Sep 17 00:00:00 2001 From: David Khachaturov Date: Mon, 22 Nov 2021 11:23:23 +0000 Subject: [PATCH] - misc --- BetterJoyForCemu/MainForm.Designer.cs | 4 ++-- BetterJoyForCemu/Program.cs | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BetterJoyForCemu/MainForm.Designer.cs b/BetterJoyForCemu/MainForm.Designer.cs index e97854f9..cd01ea2f 100644 --- a/BetterJoyForCemu/MainForm.Designer.cs +++ b/BetterJoyForCemu/MainForm.Designer.cs @@ -99,7 +99,7 @@ private void InitializeComponent() { 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 @@ private void InitializeComponent() { // // 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 170e78e2..8c119202 100644 --- a/BetterJoyForCemu/Program.cs +++ b/BetterJoyForCemu/Program.cs @@ -3,6 +3,7 @@ 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 @@ static void Main(string[] args) { // Setting the culturesettings so float gets parsed correctly CultureInfo.CurrentCulture = new CultureInfo("en-US", false); - + // Set the correct DLL for the current OS SetupDlls();