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

Qt: Fall back to VERSION in game list #6383

Merged
merged 1 commit into from
Aug 21, 2019
Merged

Conversation

Megamouse
Copy link
Contributor

Older games do not seem to have an APP_VERSION set in their PARAM.SFO which led to "Unknown" in the game list.

We now fall back to the VERSION in these cases.

It would be interesting to know the relationship between VERSION and APP_VERSION and if there is some deeper logic behind them.

@MSuih
Copy link
Member

MSuih commented Aug 21, 2019

According to the dev wiki, VERSION is used for rereleases of the same content (f.ex. platinum versions of the game or issuing a fixed version of a previous update) while APP_VERSION is used for actual update version numbering. I'm guessing that they originally only had one version number and the other one was added later on.

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.

None yet

2 participants