Test for blocked ports when a stream fails

This commit is contained in:
Cameron Gutman
2020-08-08 17:59:26 -07:00
parent 288eca7849
commit ec17623400
4 changed files with 42 additions and 6 deletions
+4 -1
View File
@@ -51,7 +51,7 @@ signals:
void quitStarting();
void sessionFinished();
void sessionFinished(int portTestResult);
private:
bool initialize();
@@ -147,6 +147,9 @@ private:
SDL_SpinLock m_InputHandlerLock;
int m_MouseEmulationRefCount;
int m_TerminationErrorCode;
int m_FailedStageId;
int m_ActiveVideoFormat;
int m_ActiveVideoWidth;
int m_ActiveVideoHeight;