mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
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:
parent
cfcb107caf
commit
fed9490471
1 changed files with 2 additions and 1 deletions
|
@ -26,5 +26,6 @@
|
|||
<Capability Name="internetClient" />
|
||||
<Capability Name="internetClientServer" />
|
||||
<rescap:Capability Name="broadFileSystemAccess" />
|
||||
<rescap:Capability Name="expandedResources" />
|
||||
</Capabilities>
|
||||
</Package>
|
||||
</Package>
|
||||
|
|
Loading…
Add table
Reference in a new issue