mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-10 23:37:43 +02:00
8 lines
No EOL
133 B
C#
8 lines
No EOL
133 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
|
|
{
|
|
struct NvMapGetId
|
|
{
|
|
public int Id;
|
|
public int Handle;
|
|
}
|
|
} |