mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Qt: fix music handler destructor
This commit is contained in:
parent
ec59d7d26b
commit
7842812e24
|
|
@ -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…
Reference in a new issue