namespace Ryujinx.HLE.FileSystem { internal enum StorageId { None, Host, GameCard, NandSystem, NandUser, SdCard } }