mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-03-18 06:13:31 +09:00
9 lines
108 B
C#
9 lines
108 B
C#
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public enum Origin
|
|
{
|
|
UpperLeft,
|
|
LowerLeft,
|
|
}
|
|
}
|