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

PowerPC: Move lwarx/stwcxd. reservation into PowerPCState #7896

Merged
merged 2 commits into from Jul 21, 2021

Conversation

CrystalGamma
Copy link

No description provided.

@@ -125,6 +125,17 @@ void DoState(PointerWrap& p)
p.Do(ppcState.pagetable_base);
p.Do(ppcState.pagetable_hashmask);

if (version >= 133)
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure having backwards compatibility for savestates is worth the increased maintenance burden.

Copy link
Author

Choose a reason for hiding this comment

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

I can take the commit back out if you want. Anyone else who might have an opinion on this?

@leoetlino leoetlino merged commit d1beb9e into dolphin-emu:master Jul 21, 2021
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants