mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-30 11:35:47 +02:00
native ps4 audio sink
This commit is contained in:
parent
c14f06026b
commit
f47596f135
6 changed files with 224 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system
|
|||
{"nvservices", &Nvidia::LoopProcess},
|
||||
{"bsdsocket", &Sockets::LoopProcess},
|
||||
}) {
|
||||
if (run_on_host) kernel.RunOnHostCoreProcess("vi", [&, token] { VI::LoopProcess(system, token); }).detach();
|
||||
if (run_on_host) kernel.RunOnHostCoreProcess(std::string(e.first), [&system, f = e.second] { f(system); }).detach();
|
||||
else kernel.RunOnGuestCoreProcess(std::string(e.first), [&system, f = e.second] { f(system); });
|
||||
}
|
||||
if (run_on_host) kernel.RunOnHostCoreProcess("vi", [&, token] { VI::LoopProcess(system, token); }).detach();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue