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