diff options
author | Ac_K <Acoustik666@gmail.com> | 2023-10-14 04:13:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 23:13:15 -0300 |
commit | 1e06b28b22848706014b18bffcec7553cdab2b2b (patch) | |
tree | 96c73f3b1aaacccf5b9ac5ffca31711cc5b71863 /src/Ryujinx.HLE/HOS/Services/Usb/IDsService.cs | |
parent | e768a54f17b390c3ac10904c7909e3bef020edbd (diff) |
Horizon: Migrate usb and psc services (#5800)1.1.1052
* Horizon: Migrate Usb and Psc services
* Fix formatting
* Adresses feedback
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Usb/IDsService.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Usb/IDsService.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Usb/IDsService.cs b/src/Ryujinx.HLE/HOS/Services/Usb/IDsService.cs deleted file mode 100644 index ee6c8f07..00000000 --- a/src/Ryujinx.HLE/HOS/Services/Usb/IDsService.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Ryujinx.HLE.HOS.Services.Usb -{ - [Service("usb:ds")] - class IDsService : IpcService - { - public IDsService(ServiceCtx context) { } - } -} |