mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 17:17:51 -05:00
service: Fix all incorrect IPC response headers.
This commit is contained in:
@ -166,7 +166,7 @@ void AudOutU::ListAudioOuts(Kernel::HLERequestContext& ctx) {
|
||||
|
||||
Memory::WriteBlock(buffer.Address(), &audio_interface[0], audio_interface.size());
|
||||
|
||||
IPC::RequestBuilder rb = rp.MakeBuilder(3, 0, 0, 0);
|
||||
IPC::RequestBuilder rb = rp.MakeBuilder(3, 0, 0);
|
||||
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
// TODO(st4rk): we're currently returning only one audio interface
|
||||
|
Reference in New Issue
Block a user