Jack Greiner
Jack Greiner
Looks like this issue is fixed as of the latest game update (06/02/2024) The ability to change the thresholds manually and the ability to see the microphone input allows you...
Closing this as it seems like the issue was resolved / the issue is stale, let us know if you run into this issue with any newer releases :)
If we wanted to use SDL3 I can look into adding that into our own build environment. Additionally, it may be handy to try using https://github.com/libsdl-org/sdl2-compat to see how an...
This actually seems pretty feasible as there isn't really any references to windows except for what's in [Client/src/utils/qglobalshortcuts/qglobalshortcut.cc](https://github.com/AIRLegend/aitrack/blob/master/Client/src/utils/qglobalshortcuts/qglobalshortcut.cc#L10) PS3Eye also has WIN32 things hidden behind an ifdef: https://github.com/AIRLegend/aitrack/blob/master/PS3Driver/src/ps3eye.cpp As the...
> @ProjectSynchro any news about linux version of this software? is it possivel to run it trought wine? May have some time coming up this weekend to work on this,...
I can also confirm on Linux that controlling the Commander Core XT's fans does not appear to work, is there some way I can help debug what is happening?
> I'm using the following script to control my Commander Core XT's fans #!/bin/bash # Script used to set the Corsair AIO pump and fans mode. # Fan speeds are...
I tried out the above PR, and it does at least report the issue when using a Core XT in a corrupted state, but as stated, reinitializing the device doesn't...
I forked this repository for fun and worked it into some custom winetricks verbs if anyone is interested in trying it out: https://github.com/projectsynchro/powershell-wrapper-for-wine I looked into how to remove the...
See progress on this here: https://github.com/Winetricks/winetricks/pull/2211