diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/DummyService.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/DummyService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/DummyService.cs b/src/Ryujinx.HLE/HOS/Services/DummyService.cs index d69441a3..838a9018 100644 --- a/src/Ryujinx.HLE/HOS/Services/DummyService.cs +++ b/src/Ryujinx.HLE/HOS/Services/DummyService.cs @@ -9,4 +9,4 @@ ServiceName = serviceName; } } -}
\ No newline at end of file +} |