mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-11 01:21:57 +00:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public struct Vp9Mv
|
|
{
|
|
public short Row;
|
|
public short Col;
|
|
}
|
|
}
|