mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-01-15 08:35:48 -05:00
8 lines
133 B
C#
8 lines
133 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
|
|
{
|
|
struct NvMapGetId
|
|
{
|
|
public int Id;
|
|
public int Handle;
|
|
}
|
|
} |