mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 17:57:11 +02:00

* Implement NGC service * Use raw byte arrays instead of string for _wordSeparators * Silence IDE0230 for _wordSeparators * Try to silence warning about _rangeValuesCount not being read on SparseSet * Make AcType enum private * Add abstract methods and one TODO that I forgot * PR feedback * More PR feedback * More PR feedback
8 lines
129 B
C#
8 lines
129 B
C#
namespace Ryujinx.Horizon.Sdk.Ngc
|
|
{
|
|
enum MaskMode
|
|
{
|
|
Overwrite = 0,
|
|
ReplaceByOneCharacter = 1,
|
|
}
|
|
}
|