mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-17 21:49:16 +00:00
Sync the "enable cheat" setting over netplay
This commit is contained in:
parent
b33a5e2510
commit
8a2e7fddd1
5 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue