namespace Ryujinx.HLE.HOS.Services.Caps.Types { enum AlbumImageOrientation : uint { Degrees0, Degrees90, Degrees180, Degrees270 } }