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