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 25d9880 commit f133405Copy full SHA for f133405
fs/save/source/main.c
@@ -9,7 +9,7 @@
9
Result get_save(u64 *application_id, AccountUid *uid) {
10
Result rc=0;
11
FsSaveDataInfoReader reader;
12
- size_t total_entries=0;
+ s64 total_entries=0;
13
FsSaveDataInfo info;
14
15
rc = fsOpenSaveDataInfoReader(&reader, FsSaveDataSpaceId_User);//See libnx fs.h.
0 commit comments