DocumentKind.cs 172 B

123456789
  1. namespace Ryujinx.HLE.HOS.Applets.Browser
  2. {
  3. enum DocumentKind
  4. {
  5. OfflineHtmlPage = 1,
  6. ApplicationLegalInformation,
  7. SystemDataPage
  8. }
  9. }