mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-21 12:46:50 -05:00
editorconfig: Set default encoding to UTF-8 (#5793)
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Loader
|
||||
namespace Ryujinx.HLE.HOS.Services.Loader
|
||||
{
|
||||
[Service("ldr:dmnt")]
|
||||
class IDebugMonitorInterface : IpcService
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Loader
|
||||
namespace Ryujinx.HLE.HOS.Services.Loader
|
||||
{
|
||||
[Service("ldr:pm")]
|
||||
class IProcessManagerInterface : IpcService
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Loader
|
||||
namespace Ryujinx.HLE.HOS.Services.Loader
|
||||
{
|
||||
[Service("ldr:shel")]
|
||||
class IShellInterface : IpcService
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Loader
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user