Remove BOM
This commit is contained in:
parent
f9156756c9
commit
bba192b324
9 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
<!-- Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
||||||
Contributed by ARM Ltd.
|
Contributed by ARM Ltd.
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
<!-- Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
||||||
Contributed by ARM Ltd.
|
Contributed by ARM Ltd.
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
<!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
||||||
Contributed by ARM Ltd.
|
Contributed by ARM Ltd.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
<!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
||||||
Contributed by ARM Ltd.
|
Contributed by ARM Ltd.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
namespace Ryujinx.HLE.Debugger
|
namespace Ryujinx.HLE.Debugger
|
||||||
{
|
{
|
||||||
struct BreakInMessage : IMessage
|
struct BreakInMessage : IMessage
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
namespace Ryujinx.HLE.Debugger
|
namespace Ryujinx.HLE.Debugger
|
||||||
{
|
{
|
||||||
struct CommandMessage : IMessage
|
struct CommandMessage : IMessage
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
namespace Ryujinx.HLE.Debugger
|
namespace Ryujinx.HLE.Debugger
|
||||||
{
|
{
|
||||||
interface IMessage
|
interface IMessage
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
namespace Ryujinx.HLE.Debugger
|
namespace Ryujinx.HLE.Debugger
|
||||||
{
|
{
|
||||||
struct SendNackMessage : IMessage
|
struct SendNackMessage : IMessage
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
using IExecutionContext = Ryujinx.Cpu.IExecutionContext;
|
using IExecutionContext = Ryujinx.Cpu.IExecutionContext;
|
||||||
|
|
||||||
namespace Ryujinx.HLE.Debugger
|
namespace Ryujinx.HLE.Debugger
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue