fs.mitm: Optimize out remaining O(n^2) op. BotW is very fast.

This commit is contained in:
Michael Scire
2018-06-28 23:24:08 -06:00
parent 90226ec438
commit 4c920dfe92
2 changed files with 7 additions and 10 deletions

View File

@@ -153,6 +153,7 @@ struct RomFSBuildDirectoryContext {
RomFSBuildDirectoryContext *child = NULL;
RomFSBuildDirectoryContext *sibling = NULL;
RomFSBuildFileContext *file = NULL;
void *tail;
};
struct RomFSBuildFileContext {