namespace Ryujinx.HLE.HOS.Applets.Browser
{
    enum LeftStickMode
    {
        Pointer = 0,
        Cursor,
    }
}