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
commit bab04155b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();