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