mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +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
|
@ -13,6 +13,7 @@ struct NetSettings
|
|||
{
|
||||
bool m_CPUthread;
|
||||
int m_CPUcore;
|
||||
bool m_enableCheats;
|
||||
int m_SelectedLanguage;
|
||||
bool m_OverrideGCLanguage;
|
||||
bool m_ProgressiveScan;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue