|
|
@@ -81,7 +81,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
|
|
|
MemoryManagerMode = System.MemoryManagerMode,
|
|
|
DramSize = System.DramSize,
|
|
|
IgnoreMissingServices = System.IgnoreMissingServices,
|
|
|
- IgnoreApplet = System.IgnoreApplet,
|
|
|
+ IgnoreApplet = System.IgnoreControllerApplet,
|
|
|
UseHypervisor = System.UseHypervisor,
|
|
|
GuiColumns = new GuiColumns
|
|
|
{
|
|
|
@@ -205,7 +205,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
|
|
|
System.MemoryManagerMode.Value = MemoryManagerMode.HostMappedUnsafe;
|
|
|
System.DramSize.Value = MemoryConfiguration.MemoryConfiguration4GiB;
|
|
|
System.IgnoreMissingServices.Value = false;
|
|
|
- System.IgnoreApplet.Value = false;
|
|
|
+ System.IgnoreControllerApplet.Value = false;
|
|
|
System.UseHypervisor.Value = true;
|
|
|
Multiplayer.LanInterfaceId.Value = "0";
|
|
|
Multiplayer.Mode.Value = MultiplayerMode.Disabled;
|