mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-10 09:22:32 -07:00
Complete rewrite of bsd IClient (#460)
This should provide accurate behaviours. This implementation has been tested with ftpd and libtransistor bsd tests. This implementation lacks OOB support.
This commit is contained in:
@@ -72,10 +72,10 @@ namespace Ryujinx.HLE.HOS.Services
|
||||
return new Bcat.IServiceCreator();
|
||||
|
||||
case "bsd:s":
|
||||
return new IClient();
|
||||
return new IClient(true);
|
||||
|
||||
case "bsd:u":
|
||||
return new IClient();
|
||||
return new IClient(false);
|
||||
|
||||
case "caps:a":
|
||||
return new IAlbumAccessorService();
|
||||
|
Reference in New Issue
Block a user