mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 10:50:08 +02:00
misc: chore: Use collection expressions (part 2)
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Ryujinx.Graphics.Gpu.Shader.DiskCache
|
||||
using MemoryStream input = new(code);
|
||||
using BinaryReader reader = new(input);
|
||||
|
||||
List<ShaderSource> output = new();
|
||||
List<ShaderSource> output = [];
|
||||
|
||||
int count = reader.ReadInt32();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user