mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-09 12:57:43 +02:00
8 lines
No EOL
121 B
C#
8 lines
No EOL
121 B
C#
namespace Ryujinx.Graphics.Vic
|
|
{
|
|
enum SurfacePixelFormat
|
|
{
|
|
Rgba8 = 0x1f,
|
|
Yuv420P = 0x44
|
|
}
|
|
} |