mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-02 13:31:21 -08:00
7 lines
117 B
C#
7 lines
117 B
C#
|
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
|
||
|
{
|
||
|
class NvChannel
|
||
|
{
|
||
|
public int Timeout;
|
||
|
}
|
||
|
}
|