mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
d609453f12
Seems to work better than version 4.6.1 on my system
13 lines
378 B
XML
13 lines
378 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
|
|
</startup>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<probing privatePath="Lang"/>
|
|
</assemblyBinding>
|
|
<gcServer enabled="true"/>
|
|
</runtime>
|
|
</configuration>
|