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

Core0/Core1 Sync USB Stall fix #1146

Merged
merged 6 commits into from
Sep 25, 2024
Merged

Core0/Core1 Sync USB Stall fix #1146

merged 6 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. PS5 fix for auth

    arntsonl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d461e88 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. What started as a simple fix has become a complete revamp of PS4/PS5 …

    …auth
    
    - Simplified auth down to a single 1064 buffer for nonce + signed nonce passing
    - All auth console<->dongle passing now use a single GPAuthState enum
    - Lots of simplifications of design for PS4 and PS4-usb-listener
    
    Still need to test against PS4 loaded keys but it should work
    arntsonl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    31f73c2 View commit details
    Browse the repository at this point in the history
  2. Fix for USB stalling

    arntsonl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a51bdd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f81caa3 View commit details
    Browse the repository at this point in the history
  4. Update PS4Auth.h

    arntsonl authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    aad93f4 View commit details
    Browse the repository at this point in the history
  5. Update PS4Driver.cpp

    arntsonl authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    24be976 View commit details
    Browse the repository at this point in the history