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