Qt/Debugger: Refresh windows on savestate load.

This commit is contained in:
Admiral H. Curtiss
2020-04-15 00:12:35 +02:00
parent 744abab478
commit 330c80055d
7 changed files with 26 additions and 1 deletions

View File

@ -18,6 +18,8 @@ class Host final : public QObject
Q_OBJECT
public:
~Host();
static Host* GetInstance();
bool GetRenderFocus();