mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:09:57 +00:00
remove <f32>
We can remove this since its already a f32 value
This commit is contained in:
parent
58783b8a46
commit
ec95c73a12
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ private:
|
|||
|
||||
IPC::ResponseBuilder rb{ctx, 3};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
rb.Push<f32>(1.0f);
|
||||
rb.Push(1.0f);
|
||||
}
|
||||
|
||||
void GetActiveAudioDeviceName(Kernel::HLERequestContext& ctx) {
|
||||
|
|
Loading…
Reference in a new issue