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

Core: Use a std::string in EXI_DeviceIPL instead of a char buffer #695

Merged
merged 1 commit into from Aug 1, 2014

Conversation

lioncash
Copy link
Member

Allows getting rid of extra code.

@@ -268,7 +268,7 @@ class PointerWrap
template <typename T>
void DoContainer(T& x)
{
u32 size = (u32)x.size();
size_t size = x.size();

This comment was marked as off-topic.

@Sonicadvance1
Copy link
Contributor

LGTM

1 similar comment
@phire
Copy link
Member

phire commented Aug 1, 2014

LGTM

lioncash added a commit that referenced this pull request Aug 1, 2014
Core: Use a std::string in EXI_DeviceIPL instead of a char buffer
@lioncash lioncash merged commit 6c923b7 into dolphin-emu:master Aug 1, 2014
@lioncash lioncash deleted the ipl-string branch August 2, 2014 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants