Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed the IOSVersion check (caused some Wii games like Battalion Wa…
…rs 2 not to boot).
  • Loading branch information
skidau committed Oct 5, 2013
1 parent b7d1c03 commit 8324510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HLE/HLE_Misc.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit 8324510

Please sign in to comment.