mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00: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.reset();
|
||||
m_error_handler.reset();
|
||||
wake_up = true;
|
||||
wake_up.notify_one();
|
||||
});
|
||||
|
||||
while (!wake_up && !Emu.IsStopped())
|
||||
|
|
Loading…
Add table
Reference in a new issue