mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 00:07:10 +02: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
|
@ -148,7 +148,7 @@ namespace Ryujinx.Headless
|
|||
IgnoreMissingServices = configurationState.System.IgnoreMissingServices;
|
||||
|
||||
if (NeedsOverride(nameof(IgnoreControllerApplet)))
|
||||
IgnoreControllerApplet = configurationState.System.IgnoreApplet;
|
||||
IgnoreControllerApplet = configurationState.System.IgnoreControllerApplet;
|
||||
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue