mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:00:17 +00:00
TSRBerry suggestions
This commit is contained in:
parent
4b0cec6442
commit
39b8bd30e9
6 changed files with 5 additions and 17 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -228,7 +228,6 @@ namespace Ryujinx.Graphics.Shader.Decoders
|
|||
Rz = 3,
|
||||
}
|
||||
|
||||
[Flags]
|
||||
enum FComp
|
||||
{
|
||||
F = 0,
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
using System;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Kernel.Common
|
||||
{
|
||||
enum KernelResult
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
using System;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Prepo
|
||||
namespace Ryujinx.HLE.HOS.Services.Prepo
|
||||
{
|
||||
enum PrepoServicePermissionLevel
|
||||
{
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
using System;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Spl
|
||||
{
|
||||
enum ResultCode
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue