1 namespace Ryujinx.HLE.HOS.Applets.Browser 2 { 3 enum LeftStickMode 4 { 5 Pointer = 0, 6 Cursor, 7 } 8 }