Boot: Remove volume parameter from SetupWiiMemory

This commit is contained in:
JosJuice
2017-08-01 15:28:06 +02:00
parent 42d7dc2e08
commit eb6f0a7258
4 changed files with 7 additions and 9 deletions

View File

@ -332,7 +332,7 @@ bool CBoot::BootUp(std::unique_ptr<BootParameters> boot)
HID4.SBE = 1;
// 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.
SetupWiiMemory(nullptr, 0x000000010000003a);
SetupWiiMemory(0x000000010000003a);
}
else
{