mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 22:06:24 +02:00
Typo for "Verification"
See merge request [ryubing/ryujinx!32](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/32)
This commit is contained in:
parent
6904d6a461
commit
321bdecbc2
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ namespace Ryujinx.HLE.Loaders.Processes
|
|||
|
||||
programName = nacpData.Value.Title[(int)_device.System.State.DesiredTitleLanguage].NameString.ToString();
|
||||
|
||||
if ("Switch Verfication" ==
|
||||
if ("Switch Verification" ==
|
||||
nacpData.Value.Title[(int)TitleLanguage.AmericanEnglish].NameString.ToString())
|
||||
throw new InvalidOperationException();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue