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

@ -13,6 +13,7 @@ struct NetSettings
{
bool m_CPUthread;
int m_CPUcore;
bool m_enableCheats;
int m_SelectedLanguage;
bool m_OverrideGCLanguage;
bool m_ProgressiveScan;