1 2 3 4 5 6 7 8
namespace Ryujinx.Graphics.Vic { enum SurfacePixelFormat { RGBA8 = 0x1f, YUV420P = 0x44 } }