diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-12-03 16:26:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-03 16:26:14 -0500 |
| commit | fedeff7a8936f2528860611a42206ecd5d306248 (patch) | |
| tree | 0d5d6c620ebd87b3d8524229d9f3fe5958fa2025 /src/yuzu/main.cpp | |
| parent | 69529a748c7ca5c92d13c3a29fa8c3eb6148ae56 (diff) | |
| parent | 45b6161582e0dd5b54fd3c06b3176f5b32ca10aa (diff) | |
Merge pull request #12263 from liamwhite/null-romfs
file_sys: handle null romfs
Diffstat (limited to 'src/yuzu/main.cpp')
| -rw-r--r-- | src/yuzu/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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) |
