misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
@@ -214,7 +214,7 @@ namespace Ryujinx.Tests.Memory
|
||||
handles[i].Reprotect();
|
||||
}
|
||||
|
||||
List<Thread> testThreads = new();
|
||||
List<Thread> testThreads = [];
|
||||
|
||||
// Dirty flag consumer threads
|
||||
int dirtyFlagReprotects = 0;
|
||||
|
||||
Reference in New Issue
Block a user