switchbrew / libnx

Library for Switch Homebrew
https://switchbrew.github.io/libnx/
ISC License
1.26k stars 167 forks source link

audctl: fix TargetVolume functions #600

Closed averne closed 1 year ago

averne commented 1 year ago

These functions take a signed int, ranging from 0 to 15. MasterVolume functions, on the other hand, take a float from 0 to 128.