mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-03 11:55:46 +00: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