Skip to content

Commit

Permalink
Float Parsing issue fix (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurndiL authored Nov 21, 2021
1 parent 95902a5 commit 96f5620
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BetterJoyForCemu/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,9 @@ public static void Stop() {
private static string appGuid = "1bf709e9-c133-41df-933a-c9ff3f664c7b"; // randomly-generated
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();

Expand Down

0 comments on commit 96f5620

Please sign in to comment.