mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 04:40:47 -07:00
9 lines
170 B
C#
9 lines
170 B
C#
namespace Ryujinx.HLE.HOS.Services.Nv.NvMap
|
|
{
|
|
internal struct NvMapParam
|
|
{
|
|
public int Handle;
|
|
public int Param;
|
|
public int Result;
|
|
}
|
|
} |