mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 10:12:23 -05:00
misc: chore: Use collection expressions in Vulkan project
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
|
||||
public IdList()
|
||||
{
|
||||
_list = new List<T>();
|
||||
_list = [];
|
||||
_freeMin = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user