mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-26 00:22:55 +00:00
8 lines
206 B
C#
8 lines
206 B
C#
namespace Ryujinx.HLE.HOS.Services.Settings
|
|
{
|
|
[Service("set:fd")]
|
|
class IFirmwareDebugSettingsServer : IpcService
|
|
{
|
|
public IFirmwareDebugSettingsServer(ServiceCtx context) { }
|
|
}
|
|
} |