Merge pull request #7241 from Techjar/netplay-fix-sram-desync

NetPlay: Fix SRAM desyncing after first boot
This commit is contained in:
spycrab 2018-07-10 16:22:18 +02:00 committed by GitHub
commit 4e54cce8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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)
{