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

VideoSoftware: remove duplicated CommandProcessor structures. #501

Merged
merged 1 commit into from Jun 21, 2014

Conversation

magumagu
Copy link
Contributor

No functional change; the structs/enums are identical.

UCPClearReg clear; // 0x04
CommandProcessor::UCPStatusReg status; // 0x00
CommandProcessor::UCPCtrlReg ctrl; // 0x02
CommandProcessor::UCPClearReg clear; // 0x04
u32 unk0; // 0x08

This comment was marked as off-topic.

This comment was marked as off-topic.

@magumagu
Copy link
Contributor Author

Realigned comments.

@@ -14,107 +16,28 @@ extern u8* g_pVideoData;

namespace SWCommandProcessor
{
// internal hardware addresses

This comment was marked as off-topic.

This comment was marked as off-topic.

neobrain added a commit that referenced this pull request Jun 21, 2014
VideoSoftware: remove duplicated CommandProcessor structures.
@neobrain neobrain merged commit d60f91e into dolphin-emu:master Jun 21, 2014
@magumagu magumagu deleted the sw-cp-structs branch June 21, 2014 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants