This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-08 18:08:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
600799ba87
Ryujinx
/
Ryujinx.HLE
/
HOS
/
Services
/
Bsd
/
BsdIoctl.cs
8 lines
104 B
C#
Raw
Normal View
History
Unescape
Escape
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.
2018-10-20 22:08:58 +00:00
namespace
Ryujinx.HLE.HOS.Services.Bsd
{
enum
BsdIoctl
{
Adjust naming conventions and general refactoring in HLE Project (#527) * Rename enum fields * Naming conventions * Remove unneeded ".this" * Remove unneeded semicolons * Remove unused Usings * Don't use var * Remove unneeded enum underlying types * Explicitly label class visibility * Remove unneeded @ prefixes * Remove unneeded commas * Remove unneeded if expressions * Method doesn't use unsafe code * Remove unneeded casts * Initialized objects don't need an empty constructor * Remove settings from DotSettings * Revert "Explicitly label class visibility" This reverts commit ad5eb5787cc5b27a4631cd46ef5f551c4ae95e51. * Small changes * Revert external enum renaming * Changes from feedback * Apply previous refactorings to the merged code
2018-12-06 11:16:24 +00:00
AtMark
=
0x40047307
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.
2018-10-20 22:08:58 +00:00
}
}
Reference in a new issue
Copy permalink