aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Settings/IFirmwareDebugSettingsServer.cs
blob: 61e366dae825bca1fd3e5f261d99ede8c708fb02 (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) { }
    }
}