Removed Logging, Clean Comments
This commit is contained in:
parent
453c4d1f28
commit
c1921c982b
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
using Ryujinx.Common.Logging;
|
|
||||||
using Ryujinx.Horizon.Bcat.Types;
|
using Ryujinx.Horizon.Bcat.Types;
|
||||||
using Ryujinx.Horizon.Common;
|
using Ryujinx.Horizon.Common;
|
||||||
using Ryujinx.Horizon.Sdk.Bcat;
|
using Ryujinx.Horizon.Sdk.Bcat;
|
||||||
|
@ -21,8 +20,7 @@ namespace Ryujinx.Horizon.Bcat.Ipc
|
||||||
[CmifCommand(10101)]
|
[CmifCommand(10101)]
|
||||||
public Result RequestSyncDeliveryCacheWithDirectoryName(out IDeliveryCacheProgressService deliveryCacheProgressService)
|
public Result RequestSyncDeliveryCacheWithDirectoryName(out IDeliveryCacheProgressService deliveryCacheProgressService)
|
||||||
{
|
{
|
||||||
// Temporary fix for Endless Ocean Luminous (010067B017588000).
|
// Just have the network request fail and pretend that everything is fine.
|
||||||
// Just pretend the network request failed and pretend that everything is fine.
|
|
||||||
deliveryCacheProgressService = new DeliveryCacheProgressService();
|
deliveryCacheProgressService = new DeliveryCacheProgressService();
|
||||||
|
|
||||||
return BcatResult.InternetRequestDenied;
|
return BcatResult.InternetRequestDenied;
|
||||||
|
|
Loading…
Reference in a new issue