ryubing/Ryujinx.HLE/FileSystem/Content/StorageId.cs

10 lines
146 B
C#

namespace Ryujinx.HLE.FileSystem.Content
{
public enum ContentStorageId
{
NandSystem,
NandUser,
SdCard
}
}