Float Parsing issue fix (#884)

This commit is contained in:
BurndiL 2021-11-21 17:50:43 +01:00 committed by GitHub
parent 95902a517a
commit 96f5620f68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -511,6 +511,9 @@ namespace BetterJoyForCemu {
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();