mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 18:51:22 -05:00
misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
@@ -50,8 +50,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void Initialize()
|
||||
{
|
||||
Dependants = new List<IAuto>();
|
||||
Waitables = new List<MultiFenceHolder>();
|
||||
Dependants = [];
|
||||
Waitables = [];
|
||||
Encoders = new CommandBufferEncoder();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user