mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-18 13:26:49 -05:00
Migrate to .NET 9 (#198)
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Ryujinx.SDL2.Common
|
||||
|
||||
private ConcurrentDictionary<uint, Action<SDL_Event>> _registeredWindowHandlers;
|
||||
|
||||
private readonly object _lock = new();
|
||||
private readonly Lock _lock = new();
|
||||
|
||||
private SDL2Driver() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user