aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Bgtc
diff options
context:
space:
mode:
authorTSRBerry <20988865+TSRBerry@users.noreply.github.com>2023-12-04 14:17:13 +0100
committerGitHub <noreply@github.com>2023-12-04 14:17:13 +0100
commit2989c163a891c4ac730e799e1457b1bfb2ecc028 (patch)
tree81434d9484d89eb9dc55509e400f7ef36019c8f9 /src/Ryujinx.HLE/HOS/Services/Bgtc
parent1be668e68a1937f2af239e2707ab914286018892 (diff)
editorconfig: Set default encoding to UTF-8 (#5793)
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Bgtc')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Bgtc/IStateControlService.cs2
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Bgtc/ITaskService.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Bgtc/IStateControlService.cs b/src/Ryujinx.HLE/HOS/Services/Bgtc/IStateControlService.cs
index 97d0cf94..3045712e 100644
--- a/src/Ryujinx.HLE/HOS/Services/Bgtc/IStateControlService.cs
+++ b/src/Ryujinx.HLE/HOS/Services/Bgtc/IStateControlService.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.HLE.HOS.Services.Bgct
+namespace Ryujinx.HLE.HOS.Services.Bgct
{
[Service("bgtc:sc")]
class IStateControlService : IpcService
diff --git a/src/Ryujinx.HLE/HOS/Services/Bgtc/ITaskService.cs b/src/Ryujinx.HLE/HOS/Services/Bgtc/ITaskService.cs
index 1b4b45f6..138c10af 100644
--- a/src/Ryujinx.HLE/HOS/Services/Bgtc/ITaskService.cs
+++ b/src/Ryujinx.HLE/HOS/Services/Bgtc/ITaskService.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.HLE.HOS.Services.Bgct
+namespace Ryujinx.HLE.HOS.Services.Bgct
{
[Service("bgtc:t")]
class ITaskService : IpcService