mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add Discovery and Wakeup for PS5
This commit is contained in:
parent
65add80ec6
commit
8904c86a6d
9 changed files with 42 additions and 19 deletions
|
@ -44,7 +44,7 @@ class DiscoveryManager : public QObject
|
|||
|
||||
void SetActive(bool active);
|
||||
|
||||
void SendWakeup(const QString &host, const QByteArray ®ist_key);
|
||||
void SendWakeup(const QString &host, const QByteArray ®ist_key, bool ps5);
|
||||
|
||||
const QList<DiscoveryHost> GetHosts() const { return hosts; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue