mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
Enable gcServer option in app config
Causes app to use more memory but reduces perceived latency
This commit is contained in:
parent
e5cd923e03
commit
521ce6835e
@ -7,5 +7,6 @@
|
|||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
<probing privatePath="Lang"/>
|
<probing privatePath="Lang"/>
|
||||||
</assemblyBinding>
|
</assemblyBinding>
|
||||||
|
<gcServer enabled="true" />
|
||||||
</runtime>
|
</runtime>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user