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

GE Debugger: Record only one flip if display framebuf not changed, step on vsync #15894

Merged
merged 4 commits into from
Aug 24, 2022

Commits on Aug 24, 2022

  1. GE Debugger: Record 1 flip if no display calls.

    Before we were waiting 4 flips before ending recording.
    unknownbrackets committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8608533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c581a83 View commit details
    Browse the repository at this point in the history
  3. GE Debugger: Add separate step based on vsync.

    I think there were some games where this would step in the middle of a
    frame, but not seeing it commonly now.  So make it the default, but allow
    both methods in the menu.
    
    Fixes hrydgard#15893.
    unknownbrackets committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a901fa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27d0019 View commit details
    Browse the repository at this point in the history