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

Make GetBPRegInfo just take two strings as parameters #411

Merged
merged 1 commit into from May 29, 2014

Conversation

lioncash
Copy link
Member

Gets rid of the size parameters.

newLabel = _("BP register ");
newLabel += (name[0] != '\0') ? StrToWxStr(name) : wxString::Format(_("UNKNOWN_%02X"), *(cmddata+1));
newLabel += (!name.empty()) ? StrToWxStr(name) : wxString::Format(_("UNKNOWN_%02X"), *(cmddata+1));

This comment was marked as off-topic.

@lioncash
Copy link
Member Author

@delroth Should be all good now.

delroth added a commit that referenced this pull request May 29, 2014
Make GetBPRegInfo just take two strings as parameters
@delroth delroth merged commit 3097345 into dolphin-emu:master May 29, 2014
@lioncash lioncash deleted the fifo-cleanup branch May 29, 2014 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants