Files
NDecrypt/NDecrypt.Nitro/Enums.cs
2024-07-20 22:00:54 -04:00

10 lines
148 B
C#

namespace NDecrypt.Nitro
{
internal enum NDSUnitcode : byte
{
NDS = 0x00,
NDSPlusDSi = 0x02,
DSi = 0x03,
}
}