PS5 support progress

This commit is contained in:
Wojtek Figat
2021-10-20 15:34:52 +02:00
parent f91be91693
commit 5dbbfed654
12 changed files with 90 additions and 18 deletions

View File

@@ -140,7 +140,7 @@
#else
#include <sys/types.h>
#include <sys/socket.h>
#if PLATFORM_PS4
#if PLATFORM_PS4 || PLATFORM_PS5
#define ENET_IPV6 0
#include <netinet/in.h>
in_addr in4addr_any = { 0 };