mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-04 19:14:01 +00:00
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…
x
Reference in New Issue
Block a user