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 28ea70b commit 783d88aCopy full SHA for 783d88a
src/Cafe/OS/libs/coreinit/coreinit_FS.cpp
@@ -742,7 +742,8 @@ namespace coreinit
742
}
743
744
__FSCmdSubmitResult(cmd, fsStatus);
745
- __FSUpdateQueue(&cmd->fsClientBody->fsCmdQueue);
+ // dont read from cmd after this point, since the game could already have modified it
746
+ __FSUpdateQueue(&client->fsCmdQueue);
747
osLib_returnFromFunction(hCPU, 0);
748
749
0 commit comments