Float Parsing issue fix (#884)
This commit is contained in:
parent
95902a517a
commit
96f5620f68
1 changed files with 3 additions and 0 deletions
|
@ -511,6 +511,9 @@ namespace BetterJoyForCemu {
|
||||||
private static string appGuid = "1bf709e9-c133-41df-933a-c9ff3f664c7b"; // randomly-generated
|
private static string appGuid = "1bf709e9-c133-41df-933a-c9ff3f664c7b"; // randomly-generated
|
||||||
static void Main(string[] args) {
|
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
|
// Set the correct DLL for the current OS
|
||||||
SetupDlls();
|
SetupDlls();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue