-
Notifications
You must be signed in to change notification settings - Fork 136
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
Hiscores not loading in some games #702
Comments
Another issue is this hard limit for the ranges. There a few games in the current datfile with more than 20 ranges associated: |
Duplicate of finalburnneo#378 , and no we can't remove that check : you can break hiscores when resetting if HiscoreReset isn't called appropriately for each game with enabled hiscore. |
as pointed in libretro#702, some games require 50+ ranges
ok, so if i disable the check and call |
yes |
Fixed in my libretro-only branch by calling |
well, no, you didn't fix anything, you should read the other issue... |
I've just tried resetting the libretro core with an hiscore loaded multiple times, and my |
As mentioned in the other issue, games can decide to reset themselves internally for various reasons, what you fixed is only manual reset. So that's not a fix, that's only a dirty hack that can only take care of the easy case. |
Ok, i see your point now. I'm thinking another driver-agnostic solution now to detect a reset, i'll post in finalburnneo#378 after studying the code to see if it is doable. |
dinkfucious say: |
One of these games is
mysticri
.I've found this is due to this check that rely on the game driver to specify if the hiscore is supported or not.
Since new games are added constantly to the MAME datfile maybe it is better to disable the check?
Related issue: #220
The text was updated successfully, but these errors were encountered: