mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-20 00:20:17 +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);
|
|
}
|
|
}
|