mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Split SetupBAT into SetupMSR and SetupBAT
This commit is contained in:
@ -358,6 +358,7 @@ bool CBoot::BootUp()
|
||||
if (dolWii)
|
||||
{
|
||||
HID4.SBE = 1;
|
||||
SetupMSR();
|
||||
SetupBAT(dolWii);
|
||||
|
||||
// Because there is no TMD to get the requested system (IOS) version from,
|
||||
|
Reference in New Issue
Block a user