diff options
Diffstat (limited to 'src/Ryujinx.Cpu/LoadState.cs')
-rw-r--r-- | src/Ryujinx.Cpu/LoadState.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.Cpu/LoadState.cs b/src/Ryujinx.Cpu/LoadState.cs index 1f2e1ae8..ea8f2abf 100644 --- a/src/Ryujinx.Cpu/LoadState.cs +++ b/src/Ryujinx.Cpu/LoadState.cs @@ -7,6 +7,6 @@ namespace Ryujinx.Cpu { Unloaded, Loading, - Loaded + Loaded, } -}
\ No newline at end of file +} |