a0720b56 ^
33dc4c9c ^
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) { } } }