Skip to content

Commit

Permalink
enable redir mod
Browse files Browse the repository at this point in the history
  • Loading branch information
eliboa committed Dec 1, 2018
1 parent b32746b commit 42f86d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/fsmitm_layeredrom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LayeredRomFS::LayeredRomFS(std::shared_ptr<RomInterfaceStorage> s_r, std::shared
});
if (Utils::IsSdInitialized()) {
build_ctx.MergeSdFiles();
build_ctx.HandleRedirFiles();
}
if (this->file_romfs) {
build_ctx.MergeRomStorage(this->file_romfs.get(), RomFSDataSource::FileRomFS);
Expand Down

0 comments on commit 42f86d7

Please sign in to comment.