Fixed a bug where, when switching players, it would show old config #122

Merged
Goodfeat merged 10 commits from master into master 2024-11-10 05:24:17 +00:00
Showing only changes of commit 13d2498405 - Show all commits

View File

@ -31,6 +31,7 @@ namespace Ryujinx.Ava
{
internal partial class Program
{
//
public static double WindowScaleFactor { get; set; }
public static double DesktopScaleFactor { get; set; } = 1.0;
public static string Version { get; private set; }