misc: chore: code cleanups

This commit is contained in:
Evan Husted 2025-01-23 16:47:11 -06:00
parent f81cb093fc
commit 33079422fe
5 changed files with 21 additions and 6 deletions

View file

@ -8,7 +8,7 @@ namespace Ryujinx.Common
{
public static class TitleIDs
{
public static ReactiveObject<Optional<string>> CurrentApplication { get; set; } = new();
public static ReactiveObject<Optional<string>> CurrentApplication { get; } = new();
public static GraphicsBackend SelectGraphicsBackend(string titleId, GraphicsBackend currentBackend)
{