mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
521ce6835e
Causes app to use more memory but reduces perceived latency
13 lines
379 B
XML
13 lines
379 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
|
|
</startup>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<probing privatePath="Lang"/>
|
|
</assemblyBinding>
|
|
<gcServer enabled="true" />
|
|
</runtime>
|
|
</configuration>
|