aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/FileSystem/Content/StorageId.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/FileSystem/Content/StorageId.cs')
-rw-r--r--Ryujinx.HLE/FileSystem/Content/StorageId.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Ryujinx.HLE/FileSystem/Content/StorageId.cs b/Ryujinx.HLE/FileSystem/Content/StorageId.cs
new file mode 100644
index 00000000..4ff3dd65
--- /dev/null
+++ b/Ryujinx.HLE/FileSystem/Content/StorageId.cs
@@ -0,0 +1,9 @@
+namespace Ryujinx.HLE.FileSystem.Content
+{
+ public enum ContentStorageId
+ {
+ NandSystem,
+ NandUser,
+ SdCard
+ }
+}