mirror of https://git.suyu.dev/suyu/suyu
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>(); ```merge-requests/60/head
parent
ba661c8d9a
commit
b1ca56bed2
Loading…
Reference in New Issue