aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Account/IEmulatorAccountManager.cs
blob: af02cc8eb53b5af380415950e52b74aef67bdd42 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.Horizon.Sdk.Account
{
    public interface IEmulatorAccountManager
    {
        void OpenUserOnlinePlay(Uid userId);
        void CloseUserOnlinePlay(Uid userId);
    }
}