This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
Ryujinx-uplift
Watch
1
Star
0
Fork
0
You've already forked Ryujinx-uplift
mirror of
https://github.com/GreemDev/Ryujinx.git
synced
2024-11-27 03:10:50 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fb1d9493a3
Ryujinx-uplift
/
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-21 00:08:58 +02: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 12:16:24 +01: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-21 00:08:58 +02:00
}
}
Reference in New Issue
Copy Permalink