mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-20 07:10:18 +00:00
11 lines
273 B
C#
11 lines
273 B
C#
|
using Ryujinx.Horizon.Common;
|
|||
|
using Ryujinx.Horizon.Sdk.Sf;
|
|||
|
|
|||
|
namespace Ryujinx.Horizon.Sdk.Bcat
|
|||
|
{
|
|||
|
internal interface IBcatService : IServiceObject
|
|||
|
{
|
|||
|
Result RequestSyncDeliveryCache(out IDeliveryCacheProgressService deliveryCacheProgressService);
|
|||
|
}
|
|||
|
}
|