mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-05-20 22:01:44 +00:00
7 lines
105 B
C#
7 lines
105 B
C#
namespace Ryujinx.HLE.HOS.Services.Bsd
|
|
{
|
|
enum BsdIoctl
|
|
{
|
|
AtMark = 0x40047307,
|
|
}
|
|
}
|