mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 04:10:47 -07:00
11 lines
161 B
C#
11 lines
161 B
C#
namespace Ryujinx.HLE.FileSystem
|
|
{
|
|
internal enum SaveSpaceId
|
|
{
|
|
NandSystem,
|
|
NandUser,
|
|
SdCard,
|
|
TemporaryStorage
|
|
}
|
|
}
|