mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-09 03:37:52 +02:00
aloha
This commit is contained in:
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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user