Allow non-SIDEVICE_GC_CONTROLLER controllers in netplay again.

This commit is contained in:
Rachel Bryk
2013-07-19 22:58:33 -04:00
parent e4767aec55
commit 96219df4fd
5 changed files with 9 additions and 18 deletions

View File

@ -36,7 +36,7 @@ struct NetSettings
bool m_CPUthread;
bool m_DSPHLE;
bool m_DSPEnableJIT;
u8 m_Controllers;
u8 m_Controllers[4];
};
extern NetSettings g_NetPlaySettings;
@ -129,7 +129,6 @@ public:
u8 GetPadNum(u8 numPAD);
static NetPlay* GetNetPlayPtr();
static bool IsUsingPad(int pad);
protected:
//void GetBufferedPad(const u8 pad_nb, NetPad* const netvalues);