aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Settings/IFirmwareDebugSettingsServer.cs
blob: 3b7e1af2d9d8edb8c4afd8be54c7996ade4f75f2 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Settings
{
    [Service("set:fd")]
    class IFirmwareDebugSettingsServer : IpcService
    {
        public IFirmwareDebugSettingsServer(ServiceCtx context) { }
    }
}