bcat ipc (#4446)
This commit is contained in:
parent
4d1579acbf
commit
4250732353
31 changed files with 592 additions and 418 deletions
|
@ -1,3 +1,4 @@
|
|||
using Ryujinx.Horizon.Bcat;
|
||||
using Ryujinx.Horizon.LogManager;
|
||||
using Ryujinx.Horizon.Prepo;
|
||||
using System.Collections.Generic;
|
||||
|
@ -23,6 +24,7 @@ namespace Ryujinx.Horizon
|
|||
|
||||
RegisterService<LmMain>();
|
||||
RegisterService<PrepoMain>();
|
||||
RegisterService<BcatMain>();
|
||||
|
||||
_totalServices = entries.Count;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue