fs.mitm: Optimize out remaining O(n^2) op. BotW is very fast.
This commit is contained in:
@@ -153,6 +153,7 @@ struct RomFSBuildDirectoryContext {
|
||||
RomFSBuildDirectoryContext *child = NULL;
|
||||
RomFSBuildDirectoryContext *sibling = NULL;
|
||||
RomFSBuildFileContext *file = NULL;
|
||||
void *tail;
|
||||
};
|
||||
|
||||
struct RomFSBuildFileContext {
|
||||
|
||||
Reference in New Issue
Block a user