IGlobalStateController.cs 143 B

1234567
  1. namespace Ryujinx.HLE.HOS.Services.Am
  2. {
  3. class IGlobalStateController : IpcService
  4. {
  5. public IGlobalStateController() { }
  6. }
  7. }