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

Fixed issue #333: Moved frame limiter to base plugin #342

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

daivikbhatia
Copy link

@daivikbhatia daivikbhatia commented Sep 7, 2024

#333 Moved frame limiter to base plugin

  • Moved the frame limiter function from OpenGL window and SDL2 Window to PyBoyWindowPlugin so it can also run on Null window.
  • The frame limiter function should work same as before on OpenGL window and SDL2 Window as both of them can inherit the function from PyBoyWindowPlugin.

@Baekalfen
Copy link
Owner

Great job! You have introduced a few print statements. If you remove these, I think we're ready to merge

@Baekalfen Baekalfen enabled auto-merge (rebase) September 12, 2024 19:09
@Baekalfen Baekalfen merged commit b52a84a into Baekalfen:master Sep 12, 2024
28 checks passed
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.

2 participants