TSRBerry suggestions

This commit is contained in:
Isaac Marovitz 2023-01-01 17:49:51 +01:00
parent 4b0cec6442
commit 39b8bd30e9
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1
6 changed files with 5 additions and 17 deletions

View file

@ -1,8 +1,5 @@
using System;
namespace Ryujinx.Graphics.Nvdec.Vp9.Types
namespace Ryujinx.Graphics.Nvdec.Vp9.Types
{
[Flags]
internal enum PartitionType
{
PartitionNone,
@ -12,4 +9,4 @@ namespace Ryujinx.Graphics.Nvdec.Vp9.Types
PartitionTypes,
PartitionInvalid = PartitionTypes
}
}
}

View file

@ -228,7 +228,6 @@ namespace Ryujinx.Graphics.Shader.Decoders
Rz = 3,
}
[Flags]
enum FComp
{
F = 0,

View file

@ -1,5 +1,3 @@
using System;
namespace Ryujinx.HLE.HOS.Kernel.Common
{
enum KernelResult

View file

@ -1,6 +1,4 @@
using System;
namespace Ryujinx.HLE.HOS.Services.Prepo
namespace Ryujinx.HLE.HOS.Services.Prepo
{
enum PrepoServicePermissionLevel
{

View file

@ -1,5 +1,3 @@
using System;
namespace Ryujinx.HLE.HOS.Services.Spl
{
enum ResultCode

View file

@ -1,6 +1,4 @@
using System;
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
{
enum Status : int
{
@ -21,4 +19,4 @@ namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
NoBufferAvailaible = 2,
PresentLater = 3,
}
}
}