misc: chore: rename IgnoreApplet to IgnoreControllerApplet

This commit is contained in:
Evan Husted
2025-02-15 00:25:28 -06:00
parent a4b5304935
commit 7d59ada798
7 changed files with 11 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
System.MemoryManagerMode.Value = cff.MemoryManagerMode;
System.DramSize.Value = cff.DramSize;
System.IgnoreMissingServices.Value = cff.IgnoreMissingServices;
System.IgnoreApplet.Value = cff.IgnoreApplet;
System.IgnoreControllerApplet.Value = cff.IgnoreApplet;
System.UseHypervisor.Value = cff.UseHypervisor;
UI.GuiColumns.FavColumn.Value = cff.GuiColumns.FavColumn;