Updated save example for latest libnx.

This commit is contained in:
yellows8 2019-12-10 18:48:34 -05:00
parent 25d9880c3b
commit f133405219
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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.