Horizon: Migrate usb and psc services (#5800)

* Horizon: Migrate Usb and Psc services

* Fix formatting

* Adresses feedback
This commit is contained in:
Ac_K 2023-10-14 04:13:15 +02:00 committed by GitHub
parent e768a54f17
commit 1e06b28b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 715 additions and 125 deletions

View file

@ -93,7 +93,7 @@ namespace Ryujinx.Horizon.Generators.Hipc
generator.LeaveScope();
generator.LeaveScope();
context.AddSource($"{className}.g.cs", generator.ToString());
context.AddSource($"{GetNamespaceName(commandInterface.ClassDeclarationSyntax)}.{className}.g.cs", generator.ToString());
}
}