mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +01:00
Use console-appropriate SetupBAT when booting DOL files
This commit is contained in:
parent
fe71836127
commit
42370e4b5b
@ -355,7 +355,7 @@ bool CBoot::BootUp()
|
||||
{
|
||||
if (dolLoader.IsWii())
|
||||
HID4.SBE = 1;
|
||||
SetupBAT(/*is_wii*/ true);
|
||||
SetupBAT(dolWii);
|
||||
|
||||
// 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user