mirror of
https://github.com/WiiDatabase/nusdownloader.git
synced 2024-11-23 18:59:16 +01:00
19 lines
538 B
C#
19 lines
538 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: libWiiSharp.LowerTitleID
|
|
// Assembly: NUS Downloader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: DDAF9FEC-76DE-4BD8-8A6D-D7CAD5827AC6
|
|
// Assembly location: C:\dotpeek\NUS Downloader.exe
|
|
|
|
namespace libWiiSharp
|
|
{
|
|
public enum LowerTitleID : uint
|
|
{
|
|
SystemTitles = 1,
|
|
Channel = 65537, // 0x00010001
|
|
SystemChannels = 65538, // 0x00010002
|
|
GameChannel = 65540, // 0x00010004
|
|
DLC = 65541, // 0x00010005
|
|
HiddenChannels = 65544, // 0x00010008
|
|
}
|
|
}
|