Mv32.cs 135 B

12345678
  1. namespace Ryujinx.Graphics.Nvdec.Vp9.Types
  2. {
  3. internal struct Mv32
  4. {
  5. public int Row;
  6. public int Col;
  7. }
  8. }