mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Removed the IOSVersion check (caused some Wii games like Battalion Wars 2 not to boot).
This commit is contained in:
@@ -176,7 +176,7 @@ u16 GetIOSVersion()
|
||||
|
||||
void OSGetResetCode()
|
||||
{
|
||||
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bWii && GetIOSVersion() >= 30)
|
||||
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bWii)
|
||||
{
|
||||
u32 resetCode = Memory::Read_U32(0xCC003024);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user