Make sure to delete the settings file first.
This commit is contained in:
shukenmg 2020-09-18 15:59:58 +08:00 committed by GitHub
parent 99bae0ec2c
commit c60aa0775f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,8 +108,8 @@ namespace BetterJoyForCemu {
if (i == 0) space = "";
caliStr += space + caliData[i].Key + "," + String.Join(",", caliData[i].Value);
}
txt[2] = caliStr;
File.WriteAllLines(PATH, txt);
txt[settingsNum] = caliStr;
File.WriteAllLines(PATH, txt);
}
public static void Save() {