mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2026-01-18 17:28:49 +00:00
Merge f2f3990e34f38be578e801db7146b89176bef874 into 7d158acc3b5826a08941d6e8d50d3a3897021bcd
This commit is contained in:
commit
53b078f5b3
@ -820,7 +820,7 @@ namespace Ryujinx.UI.Common.Configuration
|
||||
System.MemoryManagerMode.Value = MemoryManagerMode.HostMappedUnsafe;
|
||||
System.ExpandRam.Value = false;
|
||||
System.IgnoreMissingServices.Value = false;
|
||||
System.UseHypervisor.Value = true;
|
||||
System.UseHypervisor.Value = false;
|
||||
Multiplayer.LanInterfaceId.Value = "0";
|
||||
Multiplayer.Mode.Value = MultiplayerMode.Disabled;
|
||||
UI.GuiColumns.FavColumn.Value = true;
|
||||
@ -1382,7 +1382,7 @@ namespace Ryujinx.UI.Common.Configuration
|
||||
{
|
||||
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 43.");
|
||||
|
||||
configurationFileFormat.UseHypervisor = true;
|
||||
configurationFileFormat.UseHypervisor = false;
|
||||
}
|
||||
|
||||
if (configurationFileFormat.Version < 44)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user