mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-30 20:57:43 +02:00
9 lines
No EOL
133 B
C#
9 lines
No EOL
133 B
C#
namespace Ryujinx.Graphics.Gal
|
|
{
|
|
public enum GalIndexFormat
|
|
{
|
|
Byte = 0,
|
|
Int16 = 1,
|
|
Int32 = 2
|
|
}
|
|
} |