Merge branch 'master' into yield_return
This commit is contained in:
commit
976bb59454
@ -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…
x
Reference in New Issue
Block a user