remove <f32>

We can remove this since its already a f32 value
pull/8/head
Morph1984 6 years ago committed by GitHub
parent 58783b8a46
commit ec95c73a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save