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
/
Nv
/
NvHostChannel
/
NvChannelName.cs
blob: a2b5ea4cbf26d613477e117b60e3588fb7063937 (
plain
) (
blame
)
1
2
3
4
5
6
7
namespace
Ryujinx.HLE.HOS.Services.Nv.NvHostChannel
{
enum
NvChannelName
{
Gpu
}
}