Netplay: Sync Video Mode settings. (Progressive Scan and PAL60)

Must match so that Wii games don't desync, especially PAL games.
This commit is contained in:
Admiral H. Curtiss
2015-06-24 12:41:10 +02:00
parent 8493feb89f
commit 84e42904a2
5 changed files with 11 additions and 1 deletions

View File

@ -14,6 +14,8 @@ struct NetSettings
int m_CPUcore;
int m_SelectedLanguage;
bool m_OverrideGCLanguage;
bool m_ProgressiveScan;
bool m_PAL60;
bool m_DSPHLE;
bool m_DSPEnableJIT;
bool m_WriteToMemcard;
@ -31,7 +33,7 @@ struct Rpt : public std::vector<u8>
typedef std::vector<u8> NetWiimote;
#define NETPLAY_VERSION "Dolphin NetPlay 2015-06-14"
#define NETPLAY_VERSION "Dolphin NetPlay 2015-06-24"
extern u64 g_netplay_initial_gctime;