mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-15 18:52:06 -07:00
Non-flags enums should not be used in bitwise operations (#5214)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
[Flags]
|
||||
enum InstProps : ushort
|
||||
{
|
||||
None = 0,
|
||||
|
Reference in New Issue
Block a user