mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 20: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
|
internal enum PartitionType
|
||||||
{
|
{
|
||||||
PartitionNone,
|
PartitionNone,
|
||||||
|
|
|
@ -228,7 +228,6 @@ namespace Ryujinx.Graphics.Shader.Decoders
|
||||||
Rz = 3,
|
Rz = 3,
|
||||||
}
|
}
|
||||||
|
|
||||||
[Flags]
|
|
||||||
enum FComp
|
enum FComp
|
||||||
{
|
{
|
||||||
F = 0,
|
F = 0,
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace Ryujinx.HLE.HOS.Kernel.Common
|
namespace Ryujinx.HLE.HOS.Kernel.Common
|
||||||
{
|
{
|
||||||
enum KernelResult
|
enum KernelResult
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
using System;
|
namespace Ryujinx.HLE.HOS.Services.Prepo
|
||||||
|
|
||||||
namespace Ryujinx.HLE.HOS.Services.Prepo
|
|
||||||
{
|
{
|
||||||
enum PrepoServicePermissionLevel
|
enum PrepoServicePermissionLevel
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace Ryujinx.HLE.HOS.Services.Spl
|
namespace Ryujinx.HLE.HOS.Services.Spl
|
||||||
{
|
{
|
||||||
enum ResultCode
|
enum ResultCode
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
using System;
|
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||||
|
|
||||||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
|
||||||
{
|
{
|
||||||
enum Status : int
|
enum Status : int
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue