mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-11-30 20:45:49 -08: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>(); ```