8 lines
194 B
C#
8 lines
194 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Pcv.Rgltr
|
|||
|
{
|
|||
|
[Service("rgltr")] // 8.0.0+
|
|||
|
class IRegulatorManager : IpcService
|
|||
|
{
|
|||
|
public IRegulatorManager(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|