8 lines
202 B
C#
8 lines
202 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Pcv.Clkrst
|
|||
|
{
|
|||
|
[Service("clkrst:a")] // 8.0.0+
|
|||
|
class IArbitrationManager : IpcService
|
|||
|
{
|
|||
|
public IArbitrationManager(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|