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

Conversation

garbear
Copy link
Member

@garbear garbear commented Feb 12, 2018

This PR contains two three fixes:

Description

Pause/play was broken because RP was checking active window (always itself) instead of active window or dialog (which ignored the Game OSD dialog).

During gameplay, when shit gets real and buttons get mashed, players can press Select+B causing an unexpected reset. Disable this hotkey until/if resets are easily undoable. Functionality is still available through the Game OSD.

Similarly, the screenshot hotkey is somewhat broken and opens up multiple annoying confusing dialogs. Disable this until it has been further automated.

How Has This Been Tested?

Tested on OSX.

Screenshots (if appropriate):

Game OSD without the reset hotkey:

screen shot 2018-02-11 at 4 23 20 pm

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

This fixes pausing and resuming after the WindowManager cleanup in
PR 13433.
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 garbear added Type: Fix non-breaking change which fixes an issue v18 Leia Component: Games labels Feb 12, 2018
@garbear garbear added this to the L 18.0-alpha1 milestone Feb 12, 2018
In practice, while intense button-mashing, a player can hit Select+A and
cause a series of annoying, confusing dialogs.
@garbear
Copy link
Member Author

garbear commented Feb 13, 2018

Added a third fix disabling the screenshot hotkey.

@garbear
Copy link
Member Author

garbear commented Feb 14, 2018

All green

@garbear garbear merged commit 73f25a0 into xbmc:master Feb 14, 2018
@garbear garbear deleted the rp-fix-input branch February 14, 2018 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Games Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant