Skip to content

Fix for music being stopped after a few seconds

This fix separate the method SteamController_OpenClaim() into two.

It also creates a new timer in order to reset the connection with the controller by calling to SteamController_Close() and SteamController_Claim() every 5 seconds, to avoid Issue #8

Merge request reports