mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 10:52:22 -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.Pcv.Bpc
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Bpc
|
||||
{
|
||||
[Service("bpc")]
|
||||
class IBoardPowerControlManager : IpcService
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Bpc
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.Common.Logging;
|
||||
using Ryujinx.Common.Logging;
|
||||
using Ryujinx.HLE.HOS.Services.Pcv.Types;
|
||||
using System.Linq;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Clkrst
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Clkrst
|
||||
{
|
||||
[Service("clkrst:a")] // 8.0.0+
|
||||
class IArbitrationManager : IpcService
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.HOS.Ipc;
|
||||
using Ryujinx.HLE.HOS.Ipc;
|
||||
using Ryujinx.HLE.HOS.Services.Pcv.Clkrst.ClkrstManager;
|
||||
using Ryujinx.HLE.HOS.Services.Pcv.Types;
|
||||
using Ryujinx.Horizon.Common;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv
|
||||
{
|
||||
[Service("pcv")]
|
||||
class IPcvService : IpcService
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Rgltr
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Rgltr
|
||||
{
|
||||
[Service("rgltr")] // 8.0.0+
|
||||
class IRegulatorManager : IpcService
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Rtc
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Rtc
|
||||
{
|
||||
[Service("rtc")] // 8.0.0+
|
||||
class IRtcManager : IpcService
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Types
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Types
|
||||
{
|
||||
enum DeviceCode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user