mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-15 04:46:50 -05:00
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