mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-04 08:37:18 +00:00
Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.HLE/HOS/Services/Usb/IClientRootSession.cs
Normal file
9
src/Ryujinx.HLE/HOS/Services/Usb/IClientRootSession.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Usb
|
||||
{
|
||||
[Service("usb:hs")]
|
||||
[Service("usb:hs:a")] // 7.0.0+
|
||||
class IClientRootSession : IpcService
|
||||
{
|
||||
public IClientRootSession(ServiceCtx context) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user