mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Qt: fix music handler destructor
This commit is contained in:
parent
ec59d7d26b
commit
7842812e24
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ qt_music_handler::~qt_music_handler()
|
||||||
m_media_player->stop();
|
m_media_player->stop();
|
||||||
m_media_player.reset();
|
m_media_player.reset();
|
||||||
m_error_handler.reset();
|
m_error_handler.reset();
|
||||||
|
wake_up = true;
|
||||||
|
wake_up.notify_one();
|
||||||
});
|
});
|
||||||
|
|
||||||
while (!wake_up && !Emu.IsStopped())
|
while (!wake_up && !Emu.IsStopped())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue