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/Srepo/ISrepoService.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/Srepo/ISrepoService.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs b/src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs deleted file mode 100644 index f5467983..00000000 --- a/src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Ryujinx.HLE.HOS.Services.Srepo -{ - [Service("srepo:a")] // 5.0.0+ - [Service("srepo:u")] // 5.0.0+ - class ISrepoService : IpcService - { - public ISrepoService(ServiceCtx context) { } - } -} |