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

Savestates: Compat Fixes Part 2 #12335

Merged
merged 7 commits into from
Jul 10, 2022
Merged

Savestates: Compat Fixes Part 2 #12335

merged 7 commits into from
Jul 10, 2022

Commits on Jul 10, 2022

  1. Savestates/RSX: Restore the ZCULL control state

    And fix the ZCULL control state at the initial state of RSX.
    elad335 committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    a3b6284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd8d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2e43c4 View commit details
    Browse the repository at this point in the history
  4. rsx: Fix emu stopping crash when using multi-threaded rsx

    FXO signaled abort before it completed its work, leading to unsignalled vk::fence and deadlock. Fix it by deregistering it from FXO.
    elad335 committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    5d51ab0 View commit details
    Browse the repository at this point in the history
  5. Savestates: Fix crash when savestating before PPU/SPU compilation fin…

    …ishes
    
    Unintentional concurrent access to m_ar ptr itself.
    elad335 committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    da576c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ad7450 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01115bc View commit details
    Browse the repository at this point in the history