From 2989c163a891c4ac730e799e1457b1bfb2ecc028 Mon Sep 17 00:00:00 2001 From: TSRBerry <20988865+TSRBerry@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:17:13 +0100 Subject: editorconfig: Set default encoding to UTF-8 (#5793) * editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8 --- src/Ryujinx.HLE/HOS/Services/Grc/IGrcService.cs | 2 +- src/Ryujinx.HLE/HOS/Services/Grc/IRemoteVideoTransfer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Ryujinx.HLE/HOS/Services/Grc') diff --git a/src/Ryujinx.HLE/HOS/Services/Grc/IGrcService.cs b/src/Ryujinx.HLE/HOS/Services/Grc/IGrcService.cs index 131ba541..da01f64b 100644 --- a/src/Ryujinx.HLE/HOS/Services/Grc/IGrcService.cs +++ b/src/Ryujinx.HLE/HOS/Services/Grc/IGrcService.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.HLE.HOS.Services.Grc +namespace Ryujinx.HLE.HOS.Services.Grc { [Service("grc:c")] // 4.0.0+ class IGrcService : IpcService diff --git a/src/Ryujinx.HLE/HOS/Services/Grc/IRemoteVideoTransfer.cs b/src/Ryujinx.HLE/HOS/Services/Grc/IRemoteVideoTransfer.cs index 1d200ac3..08e7365c 100644 --- a/src/Ryujinx.HLE/HOS/Services/Grc/IRemoteVideoTransfer.cs +++ b/src/Ryujinx.HLE/HOS/Services/Grc/IRemoteVideoTransfer.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.HLE.HOS.Services.Grc +namespace Ryujinx.HLE.HOS.Services.Grc { [Service("grc:d")] // 6.0.0+ class IRemoteVideoTransfer : IpcService -- cgit v1.2.3