mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-03 21:02:00 +00:00
misc: I may be stupid
This commit is contained in:
parent
f898a5ecf4
commit
4c7cb54ec6
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ namespace Ryujinx.HLE.HOS.Kernel.Common
|
||||||
private readonly long[] _current2;
|
private readonly long[] _current2;
|
||||||
private readonly long[] _peak;
|
private readonly long[] _peak;
|
||||||
|
|
||||||
private readonly Lock _lock = new();
|
// type is not Lock due to Monitor class usage
|
||||||
|
private readonly object _lock = new();
|
||||||
|
|
||||||
private readonly LinkedList<KThread> _waitingThreads;
|
private readonly LinkedList<KThread> _waitingThreads;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue