mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 16:27:10 +02:00
Implement NGC service (#5681)
* 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
This commit is contained in:
parent
80f2a9e748
commit
dbe1a2d09e
44 changed files with 4630 additions and 4 deletions
8
src/Ryujinx.Horizon/Sdk/Ngc/MaskMode.cs
Normal file
8
src/Ryujinx.Horizon/Sdk/Ngc/MaskMode.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ryujinx.Horizon.Sdk.Ngc
|
||||
{
|
||||
enum MaskMode
|
||||
{
|
||||
Overwrite = 0,
|
||||
ReplaceByOneCharacter = 1,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue