mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Merge pull request #5410 from JosJuice/dol-boot-setupbat
Use console-appropriate SetupBAT when booting DOL files
This commit is contained in:
commit
936a9089e9
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ bool CBoot::BootUp()
|
||||||
{
|
{
|
||||||
if (dolLoader.IsWii())
|
if (dolLoader.IsWii())
|
||||||
HID4.SBE = 1;
|
HID4.SBE = 1;
|
||||||
SetupBAT(/*is_wii*/ true);
|
SetupBAT(dolWii);
|
||||||
|
|
||||||
// Because there is no TMD to get the requested system (IOS) version from,
|
// 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.
|
// we default to IOS58, which is the version used by the Homebrew Channel.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue