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 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
/// <summary>
|
||||
/// Marks the begin of a conditional block (started by Code Type 1, Code Type 8 or Code Type C0).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Conditions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.HOS.Tamper.Conditions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Conditions;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using System;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.HOS.Tamper.Conditions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Conditions;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Conditions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
/// <summary>
|
||||
/// Code type 0xC2 performs saving or restoring of multiple registers using a bitmask.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
{
|
||||
/// <summary>
|
||||
/// Code type 0 allows writing a static value to a memory address.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
{
|
||||
/// <summary>
|
||||
/// The opcodes specified for the Atmosphere Cheat VM.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
{
|
||||
/// <summary>
|
||||
/// The comparisons used by conditional operations.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Conditions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using System;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
{
|
||||
/// <summary>
|
||||
/// The regions in the virtual address space of the process that are used as base address of memory operations.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using Ryujinx.HLE.HOS.Tamper.Operations;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ryujinx.Common.Logging;
|
||||
using Ryujinx.Common.Logging;
|
||||
using Ryujinx.HLE.Exceptions;
|
||||
using Ryujinx.HLE.HOS.Kernel.Process;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
Reference in New Issue
Block a user