mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-04 12:25:46 +00:00
Migrate to .NET 9 (#198)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
private int _swapInterval;
|
||||
private int _swapIntervalDelay;
|
||||
|
||||
private readonly object _lock = new();
|
||||
private readonly Lock _lock = new();
|
||||
|
||||
public long RenderLayerId { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user