mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 00:10:58 -05:00
8 lines
134 B
C#
8 lines
134 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
|
|
{
|
|
struct NvMapFromId
|
|
{
|
|
public int Id;
|
|
public int Handle;
|
|
}
|
|
} |