Add new Console Icons to GUI

This commit is contained in:
Florian Märkl 2020-12-25 21:39:58 +01:00
commit 7dd26f974f
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
13 changed files with 222 additions and 110 deletions

View file

@ -71,6 +71,7 @@ typedef struct chiaki_discovery_host_t
#undef STRING_MEMBER
} ChiakiDiscoveryHost;
CHIAKI_EXPORT bool chiaki_discovery_host_is_ps5(ChiakiDiscoveryHost *host);
CHIAKI_EXPORT int chiaki_discovery_packet_fmt(char *buf, size_t buf_size, ChiakiDiscoveryPacket *packet);