mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 22:30:47 -07:00
8 lines
114 B
C#
8 lines
114 B
C#
namespace Ryujinx.HLE.HOS.Services.Bsd
|
|
{
|
|
internal enum BsdIoctl
|
|
{
|
|
AtMark = 0x40047307,
|
|
}
|
|
}
|