mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-12 22:51:05 +00:00
file_sys: handle null romfs
This commit is contained in:
@@ -429,10 +429,6 @@ VirtualFile PatchManager::PatchRomFS(const NCA* base_nca, VirtualFile base_romfs
|
||||
LOG_DEBUG(Loader, "{}", log_string);
|
||||
}
|
||||
|
||||
if (base_romfs == nullptr) {
|
||||
return base_romfs;
|
||||
}
|
||||
|
||||
auto romfs = base_romfs;
|
||||
|
||||
// Game Updates
|
||||
|
||||
Reference in New Issue
Block a user