aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Bcat/IServiceCreator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Horizon/Sdk/Bcat/IServiceCreator.cs')
-rw-r--r--src/Ryujinx.Horizon/Sdk/Bcat/IServiceCreator.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Ryujinx.Horizon/Sdk/Bcat/IServiceCreator.cs b/src/Ryujinx.Horizon/Sdk/Bcat/IServiceCreator.cs
deleted file mode 100644
index edc52590..00000000
--- a/src/Ryujinx.Horizon/Sdk/Bcat/IServiceCreator.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using Ryujinx.Horizon.Common;
-using Ryujinx.Horizon.Sdk.Sf;
-
-namespace Ryujinx.Horizon.Sdk.Bcat
-{
- internal interface IServiceCreator : IServiceObject
- {
- Result CreateBcatService(out IBcatService service, ulong pid);
- Result CreateDeliveryCacheStorageService(out IDeliveryCacheStorageService service, ulong pid);
- Result CreateDeliveryCacheStorageServiceWithApplicationId(out IDeliveryCacheStorageService service, Ncm.ApplicationId applicationId);
- }
-}