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