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

Fix booting Wii DOLs #4882

Merged
merged 1 commit into from Feb 10, 2017
Merged

Fix booting Wii DOLs #4882

merged 1 commit into from Feb 10, 2017

Conversation

leoetlino
Copy link
Member

We did not set up any kind of constants in memory for Wii DOLs or even initialize IOS, so a lot of homebrew would just crash when opening ES.

// Because there is no TMD to get the requested system (IOS) version from,
// we default to IOS58, which is the version used by the Homebrew Channel.
if (dolLoader.IsWii())
SetupWiiMemory(0x000000010000003a);

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@RisingFog
Copy link
Member

Fixes the example DOL I was loading.

We did not set up any kind of constants in memory for Wii DOLs or even
initialize IOS, so a lot of homebrew would just crash when opening ES.
@Helios747
Copy link
Contributor

LGTM

@Helios747 Helios747 merged commit 8f81051 into dolphin-emu:master Feb 10, 2017
@leoetlino leoetlino deleted the elf-fix branch February 10, 2017 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants