10 lines
146 B
C#
10 lines
146 B
C#
|
namespace Ryujinx.HLE.FileSystem.Content
|
|||
|
{
|
|||
|
public enum ContentStorageId
|
|||
|
{
|
|||
|
NandSystem,
|
|||
|
NandUser,
|
|||
|
SdCard
|
|||
|
}
|
|||
|
}
|