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