mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-13 13:37:00 +00:00
misc: chore: rename IgnoreApplet to IgnoreControllerApplet
This commit is contained in:
parent
a4b5304935
commit
7d59ada798
7 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue