mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-06 06:55:02 +00:00
Qt: loop SND0.AT3 audio
This commit is contained in:
parent
5a90dc0059
commit
90e2c39015
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ void qt_video_source::start_audio()
|
|||
audio.output = std::make_unique<QAudioOutput>();
|
||||
audio.player = std::make_unique<QMediaPlayer>();
|
||||
audio.player->setAudioOutput(audio.output.get());
|
||||
audio.player->setLoops(QMediaPlayer::Infinite);
|
||||
}
|
||||
|
||||
if (m_iso_path.empty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue