Removed the IOSVersion check (caused some Wii games like Battalion Wars 2 not to boot).
This commit is contained in:
parent
b7d1c03c8a
commit
8324510d65
|
@ -176,7 +176,7 @@ u16 GetIOSVersion()
|
||||||
|
|
||||||
void OSGetResetCode()
|
void OSGetResetCode()
|
||||||
{
|
{
|
||||||
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bWii && GetIOSVersion() >= 30)
|
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bWii)
|
||||||
{
|
{
|
||||||
u32 resetCode = Memory::Read_U32(0xCC003024);
|
u32 resetCode = Memory::Read_U32(0xCC003024);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue