diff options
author | Thog <me@thog.eu> | 2020-02-06 05:09:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 05:09:59 +0100 |
commit | db9f8f999f2c9a50e25685424271735ed3538539 (patch) | |
tree | 869d87bfa89a0d061cc579890dd5a0ef3bcbaf5f /Ryujinx.Common/Logging/LogClass.cs | |
parent | a0e6647860b689cd2c3d865e6b235b12ec96b89a (diff) |
Implement IDeliveryCacheProgressService in bcat (#908)
* Implement IDeliveryCacheProgressService in bcat
This stub IDeliveryCacheProgressService IPC interface as we don't plan
to support cache delivery.
* Address jd's comments
* Address jd's comment correctly
* Address gdk's comments
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r-- | Ryujinx.Common/Logging/LogClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index 43efd8d5..2aa60146 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -19,6 +19,7 @@ namespace Ryujinx.Common.Logging ServiceAm, ServiceApm, ServiceAudio, + ServiceBcat, ServiceBsd, ServiceBtm, ServiceCaps, |