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
/
src
/
Ryujinx.Graphics.GAL
/
Origin.cs
blob: bc2a21f1c0929b6937855080bdba6d57f1d3404a (
plain
)
1
2
3
4
5
6
7
8
namespace
Ryujinx
.
Graphics
.
GAL
{
public enum
Origin
{
UpperLeft
,
LowerLeft
,
}
}