mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #7241 from Techjar/netplay-fix-sram-desync
NetPlay: Fix SRAM desyncing after first boot
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user