StorageId.cs 146 B

123456789
  1. namespace Ryujinx.HLE.FileSystem.Content
  2. {
  3. public enum ContentStorageId
  4. {
  5. NandSystem,
  6. NandUser,
  7. SdCard
  8. }
  9. }