mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 13:00:53 -05:00
misc: chore: Use collection expressions in Shader project
This commit is contained in:
@@ -429,7 +429,7 @@ namespace Ryujinx.Graphics.Shader.StructuredIr
|
||||
{
|
||||
AstBlock block = bottom;
|
||||
|
||||
List<AstBlock> path = new();
|
||||
List<AstBlock> path = [];
|
||||
|
||||
while (block != top)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user