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

DSP: Convert Mailbox enum into an enum class #9384

Merged
merged 3 commits into from Dec 29, 2020

Conversation

lioncash
Copy link
Member

Avoids implicit conversions and also prevents dumping identifiers into the current namespace.

While we're at it, we can make the mailbox members private, given they aren't accessed externally

Avoids implicit conversions and also prevents dumping identifiers into
the current namespace.
These aren't used externally anywhere and can be made private.
Makes the array strongly typed and prevents pointer decay. This also
allows for tuning bounds checks with various implementations.
@leoetlino leoetlino merged commit 41316da into dolphin-emu:master Dec 29, 2020
10 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