Report attached gamepads during launch to fix L4D2

This commit is contained in:
Cameron Gutman
2018-01-20 14:37:33 -08:00
parent af3bc82d0f
commit 6bb6c40bec
8 changed files with 39 additions and 7 deletions

View File

@@ -408,6 +408,7 @@ static NSMutableSet* hostList;
_streamConfig.bitRate = [streamSettings.bitrate intValue];
_streamConfig.height = [streamSettings.height intValue];
_streamConfig.width = [streamSettings.width intValue];
_streamConfig.gamepadMask = [ControllerSupport getConnectedGamepadMask];
[_appManager stopRetrieving];