8 lines
175 B
C#
8 lines
175 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Usb
|
|||
|
{
|
|||
|
[Service("usb:obsv")] // 8.0.0+
|
|||
|
class IUnknown2 : IpcService
|
|||
|
{
|
|||
|
public IUnknown2(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|