2019-09-19 00:45:11 +00:00
|
|
|
|
namespace Ryujinx.HLE.HOS.Services.Pcv.Rtc
|
|
|
|
|
{
|
|
|
|
|
[Service("rtc")] // 8.0.0+
|
2021-09-28 23:03:35 +00:00
|
|
|
|
class IRtcManager : IpcService
|
2019-09-19 00:45:11 +00:00
|
|
|
|
{
|
2021-09-28 23:03:35 +00:00
|
|
|
|
public IRtcManager(ServiceCtx context) { }
|
2019-09-19 00:45:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|