mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-21 00:52:06 +00:00
8 lines
137 B
C#
8 lines
137 B
C#
using Ryujinx.Horizon.Sdk.Sf;
|
|
|
|
namespace Ryujinx.Horizon.Sdk.Usb
|
|
{
|
|
interface IPdManufactureManager : IServiceObject
|
|
{
|
|
}
|
|
}
|