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

HW: Move DVD variables to Core::System. #11029

Merged
merged 2 commits into from Sep 8, 2022

Conversation

AdmiralCurtiss
Copy link
Contributor

No description provided.

CoreTiming::EventType* m_finish_executing_command;
CoreTiming::EventType* m_auto_change_disc;
CoreTiming::EventType* m_eject_disc;
CoreTiming::EventType* m_insert_disc;
Copy link
Member

Choose a reason for hiding this comment

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

If I recall correctly, the Dolphin style is to not include the m_ prefix for public struct members.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't actually explicitly say this one way or another, only that class member variables should have m_ prefixes, and a struct and a class is kinda the same thing as far as C++ is concerned... but yeah I can change that, I don't really care either way.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, I couldn't find it mentioned in Contributing.md. It's more of an unwritten convention.

@lioncash lioncash merged commit 74851fe into dolphin-emu:master Sep 8, 2022
11 checks passed
@AdmiralCurtiss AdmiralCurtiss deleted the global-state-dvd branch September 8, 2022 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants