mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-12-20 11:34:08 +00:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace Ryujinx.HLE.OsHle.SystemState
|
|
{
|
|
public enum ColorSet
|
|
{
|
|
BasicWhite = 0,
|
|
BasicBlack = 1
|
|
}
|
|
}
|