mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
NetPlay: Add some missing synced settings
This commit is contained in:
@ -36,9 +36,11 @@ struct NetSettings
|
||||
bool m_DSPHLE;
|
||||
bool m_DSPEnableJIT;
|
||||
bool m_WriteToMemcard;
|
||||
bool m_RAMOverrideEnable;
|
||||
u32 m_Mem1Size;
|
||||
u32 m_Mem2Size;
|
||||
DiscIO::Region m_FallbackRegion;
|
||||
bool m_AllowSDWrites;
|
||||
bool m_CopyWiiSave;
|
||||
bool m_OCEnable;
|
||||
float m_OCFactor;
|
||||
|
Reference in New Issue
Block a user