mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-17 19:52:54 +00:00
9 lines
125 B
C#
9 lines
125 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public struct Vp9Mv
|
|
{
|
|
public short Row;
|
|
public short Col;
|
|
}
|
|
}
|