Skip to content

Commit

Permalink
vita3k/interface: FIx for zombiebound
Browse files Browse the repository at this point in the history
  • Loading branch information
nishinji committed Dec 6, 2024
1 parent 19be7c3 commit eb0d074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vita3k/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ bool install_archive_content(EmuEnvState &emuenv, GuiState *gui, const ZipPtr &z
}
}

if (fs::exists(output_path / "sce_sys/package/")) {
if (fs::exists(output_path / "sce_sys/package/") && emuenv.app_info.app_title_id.starts_with("PCS")) {
update_progress();
if (is_nonpdrm(emuenv, output_path))
decrypt_progress = 100.f;
Expand Down

0 comments on commit eb0d074

Please sign in to comment.