INvGemControl.cs 171 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Nv
  2. {
  3. [Service("nvgem:c")]
  4. class INvGemControl : IpcService
  5. {
  6. public INvGemControl(ServiceCtx context) { }
  7. }
  8. }