mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-05-13 16:10:35 +00:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace Ryujinx.HLE.OsHle.SystemState
|
|
{
|
|
public enum ColorSet
|
|
{
|
|
BasicWhite = 0,
|
|
BasicBlack = 1
|
|
}
|
|
}
|