aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Pm/IBootModeInterface.cs
blob: 1f1aafc16ca51bd1f7b0cffcc24888cd18f400bf (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Pm
{
    [Service("pm:bm")]
    class IBootModeInterface : IpcService
    {
        public IBootModeInterface(ServiceCtx context) { }
    }
}