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

overlays: Show feedback while stopping ppu compilation #10822

Merged
merged 2 commits into from Sep 16, 2021

Conversation

Megamouse
Copy link
Contributor

@Megamouse Megamouse commented Sep 5, 2021

I actually had this idea for a while now and it kept nagging at me.

We currently just hide the game window whenever we stop emulation.
During PPU compilation this means that the window will seemingly close,
but the emulator won't be usable until all threads are finished compiling.

Since this isn't transparent to the user at all, I added a small workaround
that notifies the progress dialog that we are about to stop emulation.
This gives the dialog enough time to display a final message.

At the same time the game window isn't being hidden anymore in case that there is a progress dialog.

image

Copy link
Contributor

@kd-11 kd-11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Megamouse Megamouse merged commit da4f4da into RPCS3:master Sep 16, 2021
@Megamouse Megamouse deleted the silencer branch September 16, 2021 20:20
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.

None yet

2 participants