Merge pull request #7241 from Techjar/netplay-fix-sram-desync
NetPlay: Fix SRAM desyncing after first boot
This commit is contained in:
commit
4e54cce8d9
|
@ -145,10 +145,6 @@ CEXIIPL::~CEXIIPL()
|
|||
File::IOFile file(SConfig::GetInstance().m_strSRAM, "wb");
|
||||
file.WriteArray(&g_SRAM, 1);
|
||||
}
|
||||
else
|
||||
{
|
||||
g_SRAM_netplay_initialized = false;
|
||||
}
|
||||
}
|
||||
void CEXIIPL::DoState(PointerWrap& p)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue