mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-11 05:04:48 +00:00
Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.HLE/HOS/Applets/Browser/DocumentKind.cs
Normal file
9
src/Ryujinx.HLE/HOS/Applets/Browser/DocumentKind.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.HLE.HOS.Applets.Browser
|
||||
{
|
||||
enum DocumentKind
|
||||
{
|
||||
OfflineHtmlPage = 1,
|
||||
ApplicationLegalInformation,
|
||||
SystemDataPage
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user