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

LilyPad: Updates #1831

Merged
merged 5 commits into from Mar 16, 2017
Merged

LilyPad: Updates #1831

merged 5 commits into from Mar 16, 2017

Commits on Mar 15, 2017

  1. LilyPad: Improve analog/pressure sensitive detection

    Improves detection of analog or pressure sensitive support, which previously made some games unable to detect the correct mode.
    FlatOutPS2 committed Mar 15, 2017
    Copy the full SHA
    1d0df49 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. LilyPad: Add Quick Setup

    Adds quick setup that allows for quickly setting up all the default pad
    buttons without having to click on each one separately.
    
    Hides special inputs(inputs that aren't available on a PS(2) controller) by default.
    FlatOutPS2 committed Mar 16, 2017
    Copy the full SHA
    318688f View commit details
    Browse the repository at this point in the history
  2. LilyPad: Display a warning when all controls are inactive

    Displays a console warning if no controls/controllers are active and the
    emulation cannot be controlled.
    FlatOutPS2 committed Mar 16, 2017
    Copy the full SHA
    2b43862 View commit details
    Browse the repository at this point in the history
  3. LilyPad: Fix F4 button (PCSX2 FrameLimiter toggle) getting blocked

    Fixes issue where losing focus after pressing alt-tab would end up
    blocking the F4 button (which is used for turning the PCSX2 FrameLimiter
    on and off).
    
    Fixes: PCSX2#1797
    FlatOutPS2 committed Mar 16, 2017
    Copy the full SHA
    252f9df View commit details
    Browse the repository at this point in the history
  4. LilyPad: General fixes and UI improvements

    Some general fixes and UI improvements.
    
    Adds Reset Configuration to Input/Force Feedback configuration screens that resets the configuration for the selected control(s).
    
    Adds Restore Defaults button to the General tab that deletes all LilyPad
    Settings and bindings and resets to the default settings.
    
    Adds double-click functionality to the PAD list on the General tab,
    which will now send the user straight to the corresponding PAD tab.
    FlatOutPS2 committed Mar 16, 2017
    Copy the full SHA
    19a7b42 View commit details
    Browse the repository at this point in the history