mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-20 04:02:04 +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;
|
|
}
|
|
}
|