We can't change audio config after sending the launch or resume request, so autodetection will need to happen earlier
This commit is contained in:
parent
0bd2274462
commit
ce4e469b7b
1 changed files with 0 additions and 4 deletions
|
|
@ -63,10 +63,6 @@ StartConnection(PSERVER_INFORMATION serverInfo, PSTREAM_CONFIGURATION streamConf
|
|||
// Hold onto this for our callbacks
|
||||
g_ProgressBox = progressBox;
|
||||
|
||||
if (streamConfig->audioConfiguration < 0) {
|
||||
// This signals to us that we should auto-detect
|
||||
streamConfig->audioConfiguration = SdlDetermineAudioConfiguration();
|
||||
}
|
||||
|
||||
LiInitializeConnectionCallbacks(&listener);
|
||||
listener.stageStarting = ClStageStarting;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue