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

Fix Harvest Moon not updating save metadata #19447

Merged
merged 2 commits into from
Sep 11, 2024
Merged

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Sep 10, 2024

This is an alternate solution for #18430, which helped #6078. Unfortunately the added check is not valid as it also prevents Harvest Moon from saving the in-game date properly to the savegame metadata.

Instead of checking the save type for whether to update the metadata, we just check if the data looks valid. There might be a better solution, but the various flags in SceUtilitySavedataParam like overwriteMode don't seem to correlate much with the validity of the metadata in other games.

@Kethen

Fixes #18687

@hrydgard hrydgard added the Saving issue Prevents or obstructs saving game (not save states.) label Sep 10, 2024
@hrydgard hrydgard added this to the v1.18.0 milestone Sep 10, 2024
@hrydgard hrydgard merged commit 7f145c7 into master Sep 11, 2024
19 checks passed
@hrydgard hrydgard deleted the harvest-moon-save-metadata branch September 11, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Saving issue Prevents or obstructs saving game (not save states.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Harvest Moon: Hero of Leaf Valley: Wrong in-game date on native save file
1 participant