Migrate to .NET 9

This commit is contained in:
Marco Carvalho
2024-12-03 10:49:32 -03:00
committed by Evan Husted
parent 8db5a7e98b
commit 6b16ddbc49
85 changed files with 87 additions and 101 deletions

View File

@@ -5,6 +5,7 @@ using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Threading;
namespace Ryujinx.Cpu.Signal
{
@@ -59,7 +60,7 @@ namespace Ryujinx.Cpu.Signal
private static MemoryBlock _codeBlock;
private static readonly object _lock = new();
private static readonly Lock _lock = new();
private static bool _initialized;
static NativeSignalHandler()