mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-04-21 12:51:54 +00:00
10 lines
273 B
C#
10 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);
|
|
}
|
|
}
|