Skip to content

Commit

Permalink
Enable hardware acceleration in RDP for dnSpy UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroKill committed Dec 14, 2023
1 parent ee0d608 commit a598de6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dnSpy/dnSpy/dnSpy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
</PropertyGroup>

<ItemGroup>
<RuntimeHostConfigurationOption Include="Switch.System.Windows.Media.EnableHardwareAccelerationInRdp" Value="true" />
</ItemGroup>

<PropertyGroup>
<ApplicationIcon>Images\dnSpy.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit a598de6

Please sign in to comment.