mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-17 04:36:29 +02:00
8 lines
No EOL
134 B
C#
8 lines
No EOL
134 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
|
|
{
|
|
struct NvMapFromId
|
|
{
|
|
public int Id;
|
|
public int Handle;
|
|
}
|
|
} |