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

Jit: Automatically clear cache when JIT settings are updated #10575

Merged
merged 3 commits into from Aug 29, 2023

Conversation

JosJuice
Copy link
Member

This fixes a problem where changing the JIT debug settings on Android while a game was running wouldn't cause the changed settings to apply to code blocks that already had been compiled.

@AdmiralCurtiss
Copy link
Contributor

This seems fine to me but I'd feel safer with it in combination with #12117.

This fixes a problem where changing the JIT debug settings on
Android while a game was running wouldn't cause the changed settings
to apply to code blocks that already had been compiled.
There's no reason not to allow this now that these settings are
cleanly integrated into the new config system. (Actually, maybe
we could even have done this before the previous commit...)
@JMC47 JMC47 merged commit 1b2d0c0 into dolphin-emu:master Aug 29, 2023
11 checks passed
@JosJuice JosJuice deleted the jitbase-auto-clear branch August 29, 2023 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants