Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict package installations #8092

Merged
merged 5 commits into from
Apr 25, 2020
Merged

Restrict package installations #8092

merged 5 commits into from
Apr 25, 2020

Conversation

Megamouse
Copy link
Contributor

Do not allow the installation of a package that has a TARGET_APP_VERSION if:

  • there is no game data installed for this title
  • the installed game data's APP_VER does not match the TARGET_APP_VERSION

Do not allow the installation of a package that has no TARGET_APP_VERSION but an APP_VER if:

  • the installed game data's APP_VER is bigger than the package's APP_VER

fixes #5576

@Megamouse Megamouse merged commit b923eb0 into RPCS3:master Apr 25, 2020
@Megamouse Megamouse deleted the targetter branch April 25, 2020 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestion: use param.sfo's TARGET_APP_VER if available to check if a patch can be installed
1 participant