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

Fixing counter overflow. #1263

Merged
merged 1 commit into from
Apr 2, 2023
Merged

Fixing counter overflow. #1263

merged 1 commit into from
Apr 2, 2023

Conversation

nicolasnoble
Copy link
Member

64 bits numbers obviously won't overflow the way we'd expect them to with 32 bits math.

64 bits numbers obviously won't overflow the way we'd expect them to with 32 bits math.
@nicolasnoble
Copy link
Member Author

Hopefully should fix #650.

@nicolasnoble
Copy link
Member Author

So this fixes the odd framerate issues in Spyro 2, but not the icache problem in interpreter mode.

@codecov
Copy link

codecov bot commented Apr 2, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (54b1aab) 16.58% compared to head (84e4979) 16.57%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1263      +/-   ##
==========================================
- Coverage   16.58%   16.57%   -0.01%     
==========================================
  Files         390      390              
  Lines      119959   119960       +1     
==========================================
- Hits        19895    19888       -7     
- Misses     100064   100072       +8     
Impacted Files Coverage Δ
src/core/psxcounters.cc 74.38% <0.00%> (+1.11%) ⬆️

... and 4 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nicolasnoble nicolasnoble merged commit f5267be into main Apr 2, 2023
@nicolasnoble nicolasnoble deleted the derppp branch April 2, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant