mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 09:12:33 -07: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