c8c86a3854
[GPU] Fix some of the current framebuffer issues
13 lines
No EOL
267 B
C#
13 lines
No EOL
267 B
C#
namespace Ryujinx.Core.OsHle.Services.Nv
|
|
{
|
|
class NvMap
|
|
{
|
|
public int Handle;
|
|
public int Id;
|
|
public int Size;
|
|
public int Align;
|
|
public int Kind;
|
|
public long CpuAddress;
|
|
public long GpuAddress;
|
|
}
|
|
} |