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

@ -22,6 +22,8 @@ struct DisplayServer
bool registered;
QString GetHostAddr() const { return discovered ? discovery_host.host_addr : manual_host.GetHost(); }
bool IsPS5() const { return discovered ? discovery_host.ps5 :
(registered ? chiaki_target_is_ps5(registered_host.GetTarget()) : false); }
};
class MainWindow : public QMainWindow