index
:
mirror/ryujinx
master
An experimental Nintendo Switch Emulator written in C#
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Services
/
Bsd
/
BsdIoctl.cs
blob: de6fa73fa396e6d8e5203670bd788f7bd00e019f (
plain
) (
blame
)
1
2
3
4
5
6
7
namespace
Ryujinx.HLE.HOS.Services.Bsd
{
enum
BsdIoctl
{
AtMark
=
0x40047307
}
}