blob: 2bb0434e8632234b56e52dfe0e66807b33dcedbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
using Ryujinx.Horizon.Sdk.Sf;
namespace Ryujinx.Horizon.Sdk.Friends.Detail.Ipc
{
interface IDaemonSuspendSessionService : IServiceObject
{
// NOTE: This service has no commands.
}
}
|