mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 13:15:24 +02:00
bcat ipc (#4446)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Ryujinx.Horizon.Bcat.Ipc.Types;
|
||||
using Ryujinx.Horizon.Common;
|
||||
using Ryujinx.Horizon.Sdk.Sf;
|
||||
|
||||
namespace Ryujinx.Horizon.Sdk.Bcat
|
||||
{
|
||||
internal interface IDeliveryCacheProgressService : IServiceObject
|
||||
{
|
||||
Result GetEvent(out int handle);
|
||||
Result GetImpl(out DeliveryCacheProgressImpl deliveryCacheProgressImpl);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user