Fixing an issue with rounding causing certain volume levels to not show the same on the steam deck as they did in the volume mixer

This commit is contained in:
2023-09-10 22:06:38 -06:00
parent 0d056215bc
commit b57ea24b11
5 changed files with 32 additions and 20 deletions

View File

@@ -56,6 +56,7 @@
<ItemGroup>
<Compile Include="AudioSessions\ActiveAudioSessionWrapper.cs" />
<Compile Include="AudioHelper.cs" />
<Compile Include="AudioSessions\VolumeHelpers.cs" />
<Compile Include="AudioSessions\SystemSoundsAudioSession.cs" />
<Compile Include="AudioSessions\SystemVolumeAudioSession.cs" />
<Compile Include="DialAction.cs" />