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

Config: Set bMMU to true by default on x64 #6451

Merged
merged 1 commit into from Mar 20, 2018

Conversation

leoetlino
Copy link
Member

@leoetlino leoetlino commented Mar 16, 2018

This prevents Dolphin from crashing when the emulated software crashes.
AFAIK, there is absolutely no performance hit by enabling this with the x64 JIT.

Eventually, we should probably just remove bMMU (#1831). We can't do that yet because of the ARM JIT.

This prevents Dolphin from crashing when the emulated software crashes.
AFAIK, there is absolutely no performance to enabling this with the
x64 JIT.

Eventually, we should probably just remove bMMU
(dolphin-emu#1831). We can't do that
yet because of the ARM JIT.
@degasus
Copy link
Member

degasus commented Mar 19, 2018

LGTM

@JMC47
Copy link
Contributor

JMC47 commented Mar 20, 2018

I've been using MMU on with no performance issues for a long time, but, I can't guarantee that no game sees no perf issue from it ever.

I do know that no games should be broken by it.

@degasus degasus merged commit 43c92c8 into dolphin-emu:master Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants