This commit is contained in:
Emmanuel Hansen 2023-05-04 14:26:10 +00:00 committed by GitHub
parent 4d1579acbf
commit 4250732353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 592 additions and 418 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));
var services = ServiceTable.GetServices(new HorizonOptions(Device.Configuration.IgnoreMissingServices, LibHacHorizonManager.BcatClient));
foreach (var service in services)
{