Revert "bcat ipc (#4446)" (#4801)

This reverts commit 4250732353.
This commit is contained in:
gdkchan 2023-05-04 13:16:51 -03:00 committed by GitHub
parent 3b8ac1641a
commit 264438ff19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 418 additions and 592 deletions

View file

@ -327,7 +327,7 @@ namespace Ryujinx.HLE.HOS
private void StartNewServices()
{
ServiceTable = new ServiceTable();
var services = ServiceTable.GetServices(new HorizonOptions(Device.Configuration.IgnoreMissingServices, LibHacHorizonManager.BcatClient));
var services = ServiceTable.GetServices(new HorizonOptions(Device.Configuration.IgnoreMissingServices));
foreach (var service in services)
{