diff --git a/BetterJoyForCemu/Program.cs b/BetterJoyForCemu/Program.cs index b8ee9488..170e78e2 100644 --- a/BetterJoyForCemu/Program.cs +++ b/BetterJoyForCemu/Program.cs @@ -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();