VideoImageComposerMeth.cs 358 B

123456789101112
  1. namespace Ryujinx.Graphics.Vic
  2. {
  3. enum VideoImageComposerMeth
  4. {
  5. Execute = 0xc0,
  6. SetControlParams = 0x1c1,
  7. SetConfigStructOffset = 0x1c2,
  8. SetOutputSurfaceLumaOffset = 0x1c8,
  9. SetOutputSurfaceChromaUOffset = 0x1c9,
  10. SetOutputSurfaceChromaVOffset = 0x1ca
  11. }
  12. }