Skip to content

Commit

Permalink
Final Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim778 committed Nov 21, 2021
1 parent 9c4308a commit 0bcd6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/config_mgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int saveSlidebarState(const char *refId, SceFloat32 val)
}
char key[0x400] = {0};
sce_paf_snprintf(key, 0x400, SLIDEBAR_SAVE_DIR "%s", refId);
print("Saving to: %s\n", key);

ret = writeFloatToFile(key, val);

return ret;
Expand Down

0 comments on commit 0bcd6e6

Please sign in to comment.