mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
fs: fix typo in GetAndClearMemoryReportInfo command id
This commit is contained in:
parent
404acfb88a
commit
cad16f58bf
@ -662,7 +662,7 @@ Result fsGetProgramIndexForAccessLog(u32 *out_program_index, u32 *out_program_co
|
||||
Result fsGetAndClearMemoryReportInfo(FsMemoryReportInfo* out) {
|
||||
if (hosversionBefore(4,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
return _fsObjectDispatchOut(&g_fsSrv, 1008, *out);
|
||||
return _fsObjectDispatchOut(&g_fsSrv, 1009, *out);
|
||||
}
|
||||
|
||||
// Wrapper(s) for fsCreateSaveDataFileSystem.
|
||||
|
Loading…
Reference in New Issue
Block a user