mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 12:05:45 +00:00
Report 2 channels active. Fixes Tales of Vesperia's mono channel audio.
This commit is contained in:
parent
88cb6c26f3
commit
6089a29f54
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ private:
|
||||||
|
|
||||||
IPC::ResponseBuilder rb{ctx, 3};
|
IPC::ResponseBuilder rb{ctx, 3};
|
||||||
rb.Push(ResultSuccess);
|
rb.Push(ResultSuccess);
|
||||||
rb.Push<u32>(1);
|
rb.Push<u32>(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Should be similar to QueryAudioDeviceOutputEvent
|
// Should be similar to QueryAudioDeviceOutputEvent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue