Merge pull request #8745 from AdmiralCurtiss/savestate-load-callback-qt

Qt/Debugger: Refresh on savestate load.
This commit is contained in:
Léo Lam
2020-04-27 15:29:55 +02:00
committed by GitHub
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();