mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-23 14:42:25 -07:00
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>(); ```