Add discovery system_version to ChiakiTarget translator (#1)

This commit is contained in:
H0neyBadger 2020-12-26 10:32:47 +01:00 committed by Florian Märkl
commit 1dfe88d74e
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
2 changed files with 28 additions and 0 deletions

View file

@ -73,6 +73,8 @@ typedef struct chiaki_discovery_host_t
CHIAKI_EXPORT bool chiaki_discovery_host_is_ps5(ChiakiDiscoveryHost *host);
CHIAKI_EXPORT ChiakiTarget chiaki_discovery_host_system_version_target(ChiakiDiscoveryHost *host);
CHIAKI_EXPORT int chiaki_discovery_packet_fmt(char *buf, size_t buf_size, ChiakiDiscoveryPacket *packet);
typedef struct chiaki_discovery_t