mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-07-08 18:06:38 +00:00
10 lines
148 B
C#
10 lines
148 B
C#
namespace NDecrypt.Nitro
|
|
{
|
|
internal enum NDSUnitcode : byte
|
|
{
|
|
NDS = 0x00,
|
|
NDSPlusDSi = 0x02,
|
|
DSi = 0x03,
|
|
}
|
|
}
|