mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-31 19:46:26 -05:00
Blocks should be synchronized on read-only fields (#5212)
* Blocks should be synchronized on read-only fields * more readonlys * fix alignment * more * Update ISelfController.cs * simplify new * simplify new
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Ryujinx.Input.GTK3
|
||||
}
|
||||
}
|
||||
|
||||
private object _userMappingLock = new object();
|
||||
private readonly object _userMappingLock = new();
|
||||
|
||||
private readonly GTK3KeyboardDriver _driver;
|
||||
private StandardKeyboardInputConfig _configuration;
|
||||
|
Reference in New Issue
Block a user