From 45b6161582e0dd5b54fd3c06b3176f5b32ca10aa Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 1 Dec 2023 23:39:48 -0500 Subject: file_sys: handle null romfs --- src/yuzu/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/yuzu/main.cpp') diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 10c788290..b056c3717 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -2713,11 +2713,6 @@ void GMainWindow::OnGameListDumpRomFS(u64 program_id, const std::string& game_pa } const auto base_romfs = base_nca->GetRomFS(); - if (!base_romfs) { - failed(); - return; - } - const auto dump_dir = target == DumpRomFSTarget::Normal ? Common::FS::GetYuzuPath(Common::FS::YuzuPath::DumpDir) -- cgit v1.2.3