mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-28 07:59:17 +00:00
@@ -16,7 +16,7 @@ namespace Ryujinx.HLE.Utilities
|
||||
|
||||
IFileSystem partitionFileSystem;
|
||||
|
||||
if (Path.GetExtension(path).ToLower() == ".xci")
|
||||
if (Path.GetExtension(path).Equals(".xci", System.StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
partitionFileSystem = new Xci(fileSystem.KeySet, file.AsStorage()).OpenPartition(XciPartitionType.Secure);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user