mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 19:12:47 +02:00
NetPlay: Fix SRAM desyncing after first boot
This commit is contained in:
parent
31d9ca34e3
commit
006202a33c
@ -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
Block a user