mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-23 13:43:25 +02:00
misc: chore: Merge into pattern
This commit is contained in:
@@ -1184,7 +1184,7 @@ namespace Ryujinx.UI.App.Common
|
||||
|
||||
using FileStream file = new(applicationPath ?? string.Empty, FileMode.Open, FileAccess.Read);
|
||||
|
||||
if (extension == ".nsp" || extension == ".pfs0" || extension == ".xci")
|
||||
if (extension is ".nsp" or ".pfs0" or ".xci")
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user