Migrate to .NET 9
This commit is contained in:
committed by
Evan Husted
parent
8db5a7e98b
commit
6b16ddbc49
@@ -14,7 +14,7 @@ namespace Ryujinx.Audio.Output
|
||||
/// </summary>
|
||||
public class AudioOutputManager : IDisposable
|
||||
{
|
||||
private readonly object _lock = new();
|
||||
private readonly Lock _lock = new();
|
||||
|
||||
/// <summary>
|
||||
/// Lock used for session allocation.
|
||||
|
||||
Reference in New Issue
Block a user