mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-23 02:42:41 +00:00
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) { }
|
|
}
|
|
} |