mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-26 04:17:44 +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;
|
|
}
|
|
} |