Hopefully fixes it

This commit is contained in:
twinaphex 2021-11-05 19:18:26 +01:00
parent 67c010394d
commit a50cd1105e
1 changed files with 0 additions and 2 deletions

View File

@ -100,7 +100,6 @@ enum rarch_netplay_discovery_ctl_state
typedef struct netplay netplay_t;
#ifdef HAVE_NETPLAYDISCOVERY
struct ad_packet
{
uint32_t header;
@ -116,7 +115,6 @@ struct ad_packet
char content_crc[NETPLAY_HOST_STR_LEN];
char subsystem_name[NETPLAY_HOST_STR_LEN];
};
#endif
typedef struct mitm_server
{