Skip to content

Commit

Permalink
- misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidobot committed Nov 22, 2021
1 parent 96f5620 commit 5e3d6ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BetterJoyForCemu/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion BetterJoyForCemu/Program.cs
Expand Up @@ -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;
Expand Down Expand Up @@ -513,7 +514,7 @@ class Program {

// 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 5e3d6ac

Please sign in to comment.