mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
3da12e5048
Fix settings tab text being blank after clicking controller/driver setup Check if .Net 4.5 or higher is installed at the start. Fix crash with certain macro Option to disable flashing light when controller latency is over 10ms Special Action Program: Added Arguments/Command Line and hold trigger for x seconds to launch program Bug fixes
6 lines
181 B
XML
6 lines
181 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
</startup>
|
|
</configuration> |