Disable naming warnings on files with external enum names
This commit is contained in:
parent
6e29353e23
commit
8fa377f6bd
6 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
// ReSharper disable InconsistentNaming
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.Gal
|
||||
{
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// ReSharper disable InconsistentNaming
|
||||
using Ryujinx.Graphics.Shader.Instructions;
|
||||
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Android
|
||||
// ReSharper disable InconsistentNaming
|
||||
namespace Ryujinx.HLE.HOS.Services.Android
|
||||
{
|
||||
class ColorShift
|
||||
{
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// ReSharper disable InconsistentNaming
|
||||
namespace Ryujinx.Tests.Unicorn.Native
|
||||
{
|
||||
public enum ArmRegister
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// ReSharper disable InconsistentNaming
|
||||
namespace Ryujinx.Tests.Unicorn.Native
|
||||
{
|
||||
public enum UnicornMode
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// ReSharper disable InconsistentNaming
|
||||
namespace Ryujinx.Tests.Unicorn
|
||||
{
|
||||
public enum UnicornError
|
||||
|
|
Loading…
Add table
Reference in a new issue