namespace Ryujinx.HLE.FileSystem { internal enum SaveSpaceId { NandSystem, NandUser, SdCard, TemporaryStorage } }