ryubing/Ryujinx.HLE/HOS/Applets/Browser/DocumentKind.cs

10 lines
172 B
C#

namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum DocumentKind
{
OfflineHtmlPage = 1,
ApplicationLegalInformation,
SystemDataPage
}
}