mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-29 09:53:00 +00:00
8 lines
125 B
C#
8 lines
125 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public struct Vp9Mv
|
|
{
|
|
public short Row;
|
|
public short Col;
|
|
}
|
|
}
|