diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Pm/IBootModeInterface.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Pm/IBootModeInterface.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Pm/IBootModeInterface.cs b/src/Ryujinx.HLE/HOS/Services/Pm/IBootModeInterface.cs index 45771db6..473f7413 100644 --- a/src/Ryujinx.HLE/HOS/Services/Pm/IBootModeInterface.cs +++ b/src/Ryujinx.HLE/HOS/Services/Pm/IBootModeInterface.cs @@ -5,4 +5,4 @@ { public IBootModeInterface(ServiceCtx context) { } } -}
\ No newline at end of file +} |