Skip to content

Commit

Permalink
Merge pull request #5410 from JosJuice/dol-boot-setupbat
Browse files Browse the repository at this point in the history
Use console-appropriate SetupBAT when booting DOL files
  • Loading branch information
leoetlino committed May 13, 2017
2 parents fe71836 + 42370e4 commit 936a908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Boot/Boot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 936a908

Please sign in to comment.