mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-21 18:21:13 +02:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace Ryujinx.Graphics.Vic
|
|
{
|
|
enum SurfacePixelFormat
|
|
{
|
|
Rgba8 = 0x1f,
|
|
Yuv420P = 0x44
|
|
}
|
|
} |