aloha
This commit is contained in:
commit
b7e1d9930d
230 changed files with 17548 additions and 0 deletions
9
Ryujinx/Gpu/NsGpuTextureFormat.cs
Normal file
9
Ryujinx/Gpu/NsGpuTextureFormat.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Ryujinx.Gpu
|
||||
{
|
||||
enum NsGpuTextureFormat
|
||||
{
|
||||
BC1 = 0x24,
|
||||
BC2 = 0x25,
|
||||
BC3 = 0x26
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue