mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Boot: Remove volume parameter from SetupWiiMemory
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user