index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics.GAL
/
Origin.cs
blob: d1b69cfd3235f3947a3e4466b77bfd2dc18e7743 (
plain
)
1
2
3
4
5
6
7
8
namespace
Ryujinx
.
Graphics
.
GAL
{
public enum
Origin
{
UpperLeft
,
LowerLeft
}
}