mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-01 20:17:12 +02:00
11 lines
198 B
C#
11 lines
198 B
C#
namespace Ryujinx.HLE.HOS.Applets.Browser
|
|
{
|
|
public enum WebExitReason : uint
|
|
{
|
|
ExitButton,
|
|
BackButton,
|
|
Requested,
|
|
LastUrl,
|
|
ErrorDialog = 7
|
|
}
|
|
}
|