Sync the "enable cheat" setting over netplay

This commit is contained in:
mathieui
2016-06-02 22:56:15 +02:00
parent b33a5e2510
commit 8a2e7fddd1
5 changed files with 5 additions and 0 deletions

View File

@ -347,6 +347,7 @@ bool BootCore(const std::string& _rFilename)
if (NetPlay::IsNetPlayRunning())
{
StartUp.bCPUThread = g_NetPlaySettings.m_CPUthread;
StartUp.bEnableCheats = g_NetPlaySettings.m_enableCheats;
StartUp.bDSPHLE = g_NetPlaySettings.m_DSPHLE;
StartUp.bEnableMemcardSdWriting = g_NetPlaySettings.m_WriteToMemcard;
StartUp.iCPUCore = g_NetPlaySettings.m_CPUcore;