mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 17:20:53 -05:00
Non-flags enums should not be used in bitwise operations (#5214)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Shader.Translation
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.Shader.Translation
|
||||
{
|
||||
[Flags]
|
||||
enum AggregateType
|
||||
{
|
||||
Invalid,
|
||||
|
||||
Reference in New Issue
Block a user