We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4308a commit 0bcd6e6Copy full SHA for 0bcd6e6
1 file changed
src/user/config_mgr.cpp
@@ -90,7 +90,7 @@ int saveSlidebarState(const char *refId, SceFloat32 val)
90
}
91
char key[0x400] = {0};
92
sce_paf_snprintf(key, 0x400, SLIDEBAR_SAVE_DIR "%s", refId);
93
- print("Saving to: %s\n", key);
+
94
ret = writeFloatToFile(key, val);
95
96
return ret;
0 commit comments