mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 04:18:36 -06:00
Qt: loop SND0.AT3 audio
This commit is contained in:
parent
5a90dc0059
commit
26c3aca611
@ -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…
Reference in New Issue
Block a user