mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-01 23:27:11 +02:00
Some small sync primitive fixes, logging fixes, started to implement the 2D engine on the GPU, fixed DrawArrays, implemented a few more shader instructions, made a start on nvdrv refactor, etc...
This commit is contained in:
parent
7eba78608d
commit
ab56c9b2af
27 changed files with 816 additions and 199 deletions
|
@ -9,5 +9,12 @@ namespace Ryujinx.Core.OsHle.Services.Nv
|
|||
public int Kind;
|
||||
public long CpuAddress;
|
||||
public long GpuAddress;
|
||||
|
||||
public NvMap() { }
|
||||
|
||||
public NvMap(int Size)
|
||||
{
|
||||
this.Size = Size;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue