diff --git a/nx/source/services/fs.c b/nx/source/services/fs.c index a4526659..1545bf8c 100644 --- a/nx/source/services/fs.c +++ b/nx/source/services/fs.c @@ -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.