mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 17:02:40 +00:00
fixed OrbisNetSockaddr struct
This commit is contained in:
parent
345d55669e
commit
b32e57d566
@ -24,7 +24,10 @@ using OrbisNetId = s32;
|
||||
struct OrbisNetSockaddr {
|
||||
u8 sa_len;
|
||||
u8 sa_family;
|
||||
char sa_data[14];
|
||||
u16 sin_port;
|
||||
u32 sin_addr;
|
||||
u16 sin_vport;
|
||||
char sin_zero[6];
|
||||
};
|
||||
|
||||
int PS4_SYSV_ABI in6addr_any();
|
||||
|
Loading…
Reference in New Issue
Block a user