mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-05 02:29:05 +00:00
Move solution and projects to src
This commit is contained in:
8
src/Ryujinx.Graphics.Video/Vp9Mv.cs
Normal file
8
src/Ryujinx.Graphics.Video/Vp9Mv.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Video
|
||||
{
|
||||
public struct Vp9Mv
|
||||
{
|
||||
public short Row;
|
||||
public short Col;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user