aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Cpu/LoadState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Cpu/LoadState.cs')
-rw-r--r--src/Ryujinx.Cpu/LoadState.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Ryujinx.Cpu/LoadState.cs b/src/Ryujinx.Cpu/LoadState.cs
new file mode 100644
index 00000000..1f2e1ae8
--- /dev/null
+++ b/src/Ryujinx.Cpu/LoadState.cs
@@ -0,0 +1,12 @@
+namespace Ryujinx.Cpu
+{
+ /// <summary>
+ /// Load state.
+ /// </summary>
+ public enum LoadState
+ {
+ Unloaded,
+ Loading,
+ Loaded
+ }
+} \ No newline at end of file