1 2 3 4 5 6 7 8
namespace Ryujinx.HLE.HOS.Services.Pcv.Rtc { [Service("rtc")] // 8.0.0+ class IRtcManager : IpcService { public IRtcManager(ServiceCtx context) { } } }