mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
NetPlayProto: bump netplay version
Since the packet structure changed.
This commit is contained in:
parent
26242de914
commit
5782530b40
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ struct Rpt : public std::vector<u8>
|
||||||
|
|
||||||
typedef std::vector<Rpt> NetWiimote;
|
typedef std::vector<Rpt> NetWiimote;
|
||||||
|
|
||||||
#define NETPLAY_VERSION "Dolphin NetPlay 2013-08-05"
|
#define NETPLAY_VERSION "Dolphin NetPlay 2013-08-18"
|
||||||
|
|
||||||
// messages
|
// messages
|
||||||
enum
|
enum
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue