mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
8 lines
105 B
C#
8 lines
105 B
C#
namespace Ryujinx.HLE.HOS.Services.Bsd
|
|
{
|
|
enum BsdIoctl
|
|
{
|
|
AtMark = 0x40047307,
|
|
}
|
|
}
|