mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 08:20:05 +02:00
9 lines
128 B
C#
9 lines
128 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public struct Vp9Mv
|
|
{
|
|
public short Row;
|
|
public short Col;
|
|
}
|
|
}
|