Updated OpenGL calls to no longer be deprecated (#83)

- updated SharpCompress 0.47.4 -> 0.48.0 (security)
- set ProcessResult to be nullable (since it is)

Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/83
This commit is contained in:
Max
2026-05-10 23:18:23 +00:00
committed by sh0inx
parent 5d8cb3e378
commit 1f9bfab923
7 changed files with 22 additions and 20 deletions

View File

@@ -28,6 +28,7 @@ namespace Ryujinx.HLE.Loaders.Processes
private ulong _latestPid;
#nullable enable
public ProcessResult? ActiveApplication
{
get
@@ -44,6 +45,7 @@ namespace Ryujinx.HLE.Loaders.Processes
return value;
}
}
#nullable disable
public ProcessLoader(Switch device)
{