mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 14:58:59 -06:00
Address PR feedback
Removes a useless null check Aligns some values to improve readability
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.Shader.Translation
|
||||
{
|
||||
[Flags]
|
||||
public enum TranslationFlags
|
||||
{
|
||||
None = 0,
|
||||
|
||||
Reference in New Issue
Block a user