mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 10:39:50 -06: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