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

RetroPlayer: Input fixes #13531

Merged
merged 3 commits into from
Feb 14, 2018
Merged

RetroPlayer: Input fixes #13531

merged 3 commits into from
Feb 14, 2018

Commits on Feb 12, 2018

  1. RetroPlayer: Fix broken pause and resume

    This fixes pausing and resuming after the WindowManager cleanup in
    PR 13433.
    garbear committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    c66da42 View commit details
    Browse the repository at this point in the history
  2. RetroPlayer: Disable reset hotkey

    In practice, while button-mashing, a player can hit Select+B and cause a
    reset, but without an easy way to undo this reset, gameplay progress can
    be lost.
    garbear committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    9e98b42 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. RetroPlayer: Disable screenshot hotkey

    In practice, while intense button-mashing, a player can hit Select+A and
    cause a series of annoying, confusing dialogs.
    garbear committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    48bc113 View commit details
    Browse the repository at this point in the history