Bump NETPLAY_PROTOCOL_VERSION up to 6

This commit is contained in:
twinaphex 2021-11-10 05:11:17 +01:00
parent deaf116d38
commit 823c54a39d

View File

@ -18,6 +18,6 @@
#ifndef __RARCH_NETPLAY_PROTOCOL_H
#define __RARCH_NETPLAY_PROTOCOL_H
#define NETPLAY_PROTOCOL_VERSION 5
#define NETPLAY_PROTOCOL_VERSION 6
#endif