mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-07-27 00:42:08 +00:00
Some checks are pending
Release job / Create tag (push) Waiting to run
Release job / Release for linux-arm64 (push) Waiting to run
Release job / Release for linux-x64 (push) Waiting to run
Release job / Release for win-x64 (push) Waiting to run
Release job / Release MacOS universal (push) Waiting to run
Release job / flatpak_release (push) Blocked by required conditions
10 lines
161 B
C#
10 lines
161 B
C#
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public enum Face
|
|
{
|
|
None = 0,
|
|
Front = 0x404,
|
|
Back = 0x405,
|
|
FrontAndBack = 0x408,
|
|
}
|
|
}
|