aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/FileSystem/StorageId.cs
blob: 1ef38e0167941601c13094484c5e2a56704dc5df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
namespace Ryujinx.HLE.FileSystem
{
    internal enum StorageId
    {
        None,
        Host,
        GameCard,
        NandSystem,
        NandUser,
        SdCard
    }
}