We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b591a commit 90c69acCopy full SHA for 90c69ac
1 file changed
src/port/data/Saves.cpp
@@ -38,7 +38,7 @@ void SaveFileDoSave(int32_t fileIndex) {
38
}
39
40
json j = gSaveBuffer.files[fileIndex][0];
41
- file << j.dump(4);
+ file << j.dump(1);
42
file.close();
43
44
@@ -96,7 +96,7 @@ void SaveMainMenuData(void) {
96
97
98
json j = gSaveBuffer.menuData[0];
99
100
101
102
0 commit comments