Morph1984 b1ca56bed2
Change u32 -> f32
Volume is a f32 value. (SwIPC describes it as a u32, but it is actually f32 as corroborated by switchbrew docs and SetAudioDeviceOutputVolume)

 ```cpp
const f32 volume = rp.Pop<f32>();
```
2019-09-03 22:30:20 -04:00
..
2019-07-13 01:49:32 +10:00
2019-08-21 14:50:38 -03:00
2019-09-03 22:30:20 -04:00
2019-08-16 21:24:17 -06:00