Files
yuzu/src/core
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-09-03 22:30:20 -04:00
2019-06-20 19:22:53 -04:00
2019-07-06 02:24:34 -04:00