mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Fix emulation stopped signal
Same old bug as in WX. The core is not shut down until the on stopped callback is invoked.
This commit is contained in:
@ -69,6 +69,8 @@ private:
|
||||
void InitControllers();
|
||||
void ShutdownControllers();
|
||||
|
||||
void InitCoreCallbacks();
|
||||
|
||||
void StartGame(const QString& path);
|
||||
void ShowRenderWidget();
|
||||
void HideRenderWidget();
|
||||
|
Reference in New Issue
Block a user