mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-30 08:59:14 +00:00
9 lines
126 B
C#
9 lines
126 B
C#
namespace Ryujinx.Horizon.Sdk.Ngc
|
|
{
|
|
enum MaskMode
|
|
{
|
|
Overwrite = 0,
|
|
ReplaceByOneCharacter = 1,
|
|
}
|
|
}
|