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

Refactor execution: No longer freeze the "EmuThread" when paused in the debugger #19589

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Nov 5, 2024

This allows creating debuggers that run within the context of the emuthread - like the upcoming imgui-based debugger.

You can thus now enter the pause menu when the debugger is paused.

Note: This does not yet remove freezing the thread when debugging the GE (PSP's GPU), that's more complicated and will come later.

@hrydgard hrydgard added this to the v1.19.0 milestone Nov 5, 2024
@hrydgard hrydgard merged commit 2daca0f into master Nov 5, 2024
19 checks passed
@hrydgard hrydgard deleted the refactor-execution branch November 5, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant