mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-12 18:14:25 +00:00
7 lines
104 B
C#
7 lines
104 B
C#
![]() |
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
|
||
|
{
|
||
|
enum NvChannelName
|
||
|
{
|
||
|
Gpu
|
||
|
}
|
||
|
}
|