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

[HOTFIX] Do not wait for progress dialog cleanup for SPU Precompilation #14607

Merged
merged 5 commits into from Sep 2, 2023

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Sep 2, 2023

spu_cache::initialize can now be called inside PPU precompilation which creates a deadlock. Avoid the use of progress dialog updates forr SPU Precompilation inside PPU precompilation for now (TODO).

May fix #14605.

@Megamouse Megamouse added Bugfix LLVM Related to LLVM instruction decoders labels Sep 2, 2023
@elad335 elad335 force-pushed the savestate-fix branch 2 times, most recently from 74072db to 4929ea5 Compare September 2, 2023 18:45
This confuses both the user and the developer at times.
Improve sys_prx_load_module and sys_overlay_load_module error checking.
Disable progress dialog for when only precompilation is required.
@elad335 elad335 merged commit 1c8f1b2 into RPCS3:master Sep 2, 2023
3 of 6 checks passed
@elad335 elad335 deleted the savestate-fix branch May 6, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix LLVM Related to LLVM instruction decoders
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Regression] Updating to #14603 doesnt let the game boot
2 participants