namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp.UserManager { enum MountTarget : uint { Rom = 1, Ram = 2, All = 3 } }