mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-04-15 14:04:06 -05: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);
|
|
}
|
|
}
|