summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.cpp
diff options
context:
space:
mode:
authorGravatar Morph19842019-09-03 22:30:20 -0400
committerGravatar GitHub2019-09-03 22:30:20 -0400
commitb1ca56bed2eca5ee2b2f71ad8215fd19dddc26a4 (patch)
treedb822e1088d7d2bcaed983ff71140ac9fb4308b7 /src/video_core/gpu_thread.cpp
parentservice/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume (diff)
downloadyuzu-b1ca56bed2eca5ee2b2f71ad8215fd19dddc26a4.tar.gz
yuzu-b1ca56bed2eca5ee2b2f71ad8215fd19dddc26a4.tar.xz
yuzu-b1ca56bed2eca5ee2b2f71ad8215fd19dddc26a4.zip
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>(); ```
Diffstat (limited to 'src/video_core/gpu_thread.cpp')
0 files changed, 0 insertions, 0 deletions