namespace Ryujinx.Graphics.Vic { enum SurfacePixelFormat { RGBA8 = 0x1f, YUV420P = 0x44 } }