namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy { enum FocusState { InFocus = 1, OutOfFocus = 2 } }