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