mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-30 17:09:15 +00:00
misc: chore: Use collection expressions in Generator projects
This commit is contained in:
@@ -257,7 +257,7 @@ namespace Ryujinx.Horizon.Generators.Hipc
|
||||
generator.AppendLine();
|
||||
}
|
||||
|
||||
List<OutParameter> outParameters = new();
|
||||
List<OutParameter> outParameters = [];
|
||||
|
||||
string[] args = new string[method.ParameterList.Parameters.Count];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user