parent
99bae0ec2c
commit
c60aa0775f
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue