mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-12 21:07:43 +02:00
8 lines
No EOL
179 B
C#
8 lines
No EOL
179 B
C#
namespace Ryujinx.HLE.HOS.Services.Usb
|
|
{
|
|
[Service("usb:pd:c")]
|
|
class IPdCradleManager : IpcService
|
|
{
|
|
public IPdCradleManager(ServiceCtx context) { }
|
|
}
|
|
} |