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 internal enum PartitionType
{ {
PartitionNone, PartitionNone,

View file

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

View file

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

View file

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

View file

@ -1,5 +1,3 @@
using System;
namespace Ryujinx.HLE.HOS.Services.Spl namespace Ryujinx.HLE.HOS.Services.Spl
{ {
enum ResultCode 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 enum Status : int
{ {