Skip to content

Commit

Permalink
Updated save example for latest libnx.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Dec 10, 2019
1 parent 25d9880 commit f133405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/save/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Result get_save(u64 *application_id, AccountUid *uid) {
Result rc=0;
FsSaveDataInfoReader reader;
size_t total_entries=0;
s64 total_entries=0;
FsSaveDataInfo info;

rc = fsOpenSaveDataInfoReader(&reader, FsSaveDataSpaceId_User);//See libnx fs.h.
Expand Down

0 comments on commit f133405

Please sign in to comment.