mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 02:25:56 +00:00
Merge pull request #8745 from AdmiralCurtiss/savestate-load-callback-qt
Qt/Debugger: Refresh on savestate load.
This commit is contained in:
commit
bab04155b6
7 changed files with 26 additions and 1 deletions
|
@ -18,6 +18,8 @@ class Host final : public QObject
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
~Host();
|
||||
|
||||
static Host* GetInstance();
|
||||
|
||||
bool GetRenderFocus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue