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

Memmap: Remove unused IO size field #11134

Merged
merged 1 commit into from Oct 8, 2022

Conversation

Pokechu22
Copy link
Contributor

This existed in the initial megacommit (though I don't know why) as IO_SIZE. It was used in Memmap's Init() to compute totalMemSize, but I don't know if it actually did anything then. That use was removed in 2d0f714, but the constant persisted until cc858c6, when it became a static variable.

This existed in the initial megacommit (though I don't know why) as IO_SIZE. It was used in Memmap's Init() to compute totalMemSize, but I don't know if it actually did anything then. That use was removed in 2d0f714, but the constant persisted until cc858c6, when it became a static variable.
@AdmiralCurtiss AdmiralCurtiss merged commit 1c2182d into dolphin-emu:master Oct 8, 2022
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants