mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 17:04:10 +02:00
temp reverting the call to display plugin
This commit is contained in:
parent
2bc8c66b96
commit
37ba50992c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ static QString getHmdAudioDeviceName(QAudio::Mode mode) {
|
|||
QList<HifiAudioDeviceInfo> getAvailableDevices(QAudio::Mode mode) {
|
||||
//get hmd device name prior to locking device mutex. in case of shutdown, this thread will be locked and audio client
|
||||
//cannot properly shut down.
|
||||
QString hmdDeviceName = getHmdAudioDeviceName(mode);
|
||||
QString hmdDeviceName = QString(); //getHmdAudioDeviceName(mode);
|
||||
QString defDeviceName = defaultAudioDeviceName(mode);
|
||||
|
||||
// NOTE: availableDevices() clobbers the Qt internal device list
|
||||
|
|
Loading…
Reference in a new issue