1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-13 08:27:30 -07:00

8 lines
139 B
C#
Raw Permalink Normal View History

2019-10-13 03:02:07 -03:00
namespace Ryujinx.Graphics.GAL
{
public enum FrontFace
{
Clockwise = 0x900,
CounterClockwise = 0x901
}
}