improve performance by enabling game mode

by using
<rescap:Capability Name="expandedResources" />
it should hopefully enable game mode and improve performance, especially on xbox one
https://docs.microsoft.com/en-us/windows/win32/api/_gamemode/
This commit is contained in:
tunip3 2020-06-03 16:57:36 +01:00 committed by GitHub
parent cfcb107caf
commit fed9490471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,5 +26,6 @@
<Capability Name="internetClient" />
<Capability Name="internetClientServer" />
<rescap:Capability Name="broadFileSystemAccess" />
<rescap:Capability Name="expandedResources" />
</Capabilities>
</Package>