aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Settings/System/AppletLaunchFlag.cs
blob: 00d6f4d06b2332fe0c183d124c8bf5347ae731c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
using System;

namespace Ryujinx.Horizon.Sdk.Settings.System
{
    [Flags]
    enum AppletLaunchFlag : uint
    {
    }
}