- misc
This commit is contained in:
parent
96f5620f68
commit
5e3d6ac4f4
2 changed files with 4 additions and 3 deletions
4
BetterJoyForCemu/MainForm.Designer.cs
generated
4
BetterJoyForCemu/MainForm.Designer.cs
generated
|
@ -99,7 +99,7 @@
|
||||||
this.version_lbl.Name = "version_lbl";
|
this.version_lbl.Name = "version_lbl";
|
||||||
this.version_lbl.Size = new System.Drawing.Size(28, 13);
|
this.version_lbl.Size = new System.Drawing.Size(28, 13);
|
||||||
this.version_lbl.TabIndex = 2;
|
this.version_lbl.TabIndex = 2;
|
||||||
this.version_lbl.Text = "v6.4";
|
this.version_lbl.Text = "v7.1";
|
||||||
//
|
//
|
||||||
// passiveScanBox
|
// passiveScanBox
|
||||||
//
|
//
|
||||||
|
@ -276,7 +276,7 @@
|
||||||
//
|
//
|
||||||
// settingsTable
|
// 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)));
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.settingsTable.AutoScroll = true;
|
this.settingsTable.AutoScroll = true;
|
||||||
this.settingsTable.ColumnCount = 2;
|
this.settingsTable.ColumnCount = 2;
|
||||||
|
|
|
@ -3,6 +3,7 @@ using System.Collections.Concurrent;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Configuration;
|
using System.Configuration;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
|
using System.Globalization;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
@ -513,7 +514,7 @@ namespace BetterJoyForCemu {
|
||||||
|
|
||||||
// Setting the culturesettings so float gets parsed correctly
|
// Setting the culturesettings so float gets parsed correctly
|
||||||
CultureInfo.CurrentCulture = new CultureInfo("en-US", false);
|
CultureInfo.CurrentCulture = new CultureInfo("en-US", false);
|
||||||
|
|
||||||
// Set the correct DLL for the current OS
|
// Set the correct DLL for the current OS
|
||||||
SetupDlls();
|
SetupDlls();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue