mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-27 22:37:08 +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;
|
|
}
|
|
}
|