misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
@@ -377,7 +377,7 @@ namespace Ryujinx.Tests.Memory
|
||||
public void NativeReaderWriterLock()
|
||||
{
|
||||
NativeReaderWriterLock rwLock = new();
|
||||
List<Thread> threads = new();
|
||||
List<Thread> threads = [];
|
||||
|
||||
int value = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user