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

VolumeDirectory: Minor fixes #5585

Merged
merged 2 commits into from Jun 9, 2017

Conversation

JosJuice
Copy link
Member

@JosJuice JosJuice commented Jun 9, 2017

No description provided.

@@ -333,7 +333,7 @@ bool VolumeDirectory::SetApploader(const std::string& apploader)
{
m_apploader.resize(0x20);
// Make sure BS2 HLE doesn't try to run the apploader
*(u32*)&m_apploader[0x10] = (u32)-1;
Write32((u32)-1, 0x10, &m_apploader);

This comment was marked as off-topic.

Copy link
Member

@BhaaLseN BhaaLseN left a comment

Choose a reason for hiding this comment

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

LGTM apart from the static_cast

@JosJuice JosJuice force-pushed the volumedirectory-minor-fixes branch from f2e19f4 to 2578a35 Compare June 9, 2017 18:26
@Helios747 Helios747 merged commit 0a69331 into dolphin-emu:master Jun 9, 2017
@JosJuice JosJuice deleted the volumedirectory-minor-fixes branch June 9, 2017 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants