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

Reset the JIT when loading savestate #1937

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

warmenhoven
Copy link
Contributor

The effect of this change is simply to call JitEnableWrite(), which is necessary on apple silicon

The effect of this change is simply to call JitEnableWrite(), which is
necessary on apple silicon
@RSDuck RSDuck merged commit f68f55d into melonDS-emu:master Jan 3, 2024
7 checks passed
@RSDuck
Copy link
Member

RSDuck commented Jan 3, 2024

hm looks like the call of ResetBlockCache in DoSavestate is older than the ARMJIT::Reset function.

@JesseTG
Copy link
Contributor

JesseTG commented Jan 3, 2024

hm looks like the call of ResetBlockCache in DoSavestate is older than the ARMJIT::Reset function.

What does that imply?

@RSDuck
Copy link
Member

RSDuck commented Jan 3, 2024

that is the reason DoSavestate didn't use Reset before the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants