namespace Ryujinx.Core.OsHle.IpcServices.Am { enum OperationMode { Handheld = 0, Docked = 1 } }