From 42370e4b5b3264b5fd4512d1a2d87eab6b7f8643 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 13 May 2017 09:24:06 +0200 Subject: [PATCH] Use console-appropriate SetupBAT when booting DOL files --- Source/Core/Core/Boot/Boot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Boot/Boot.cpp b/Source/Core/Core/Boot/Boot.cpp index 7feaff1a41..88055da0b5 100644 --- a/Source/Core/Core/Boot/Boot.cpp +++ b/Source/Core/Core/Boot/Boot.cpp @@ -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.