Fix whatever happened

This commit is contained in:
Stossy11 2025-02-16 16:22:20 +11:00
parent 0e80bd3d51
commit fd0ce75f67
7 changed files with 22 additions and 11 deletions

View file

@ -93,7 +93,6 @@ namespace Ryujinx.HLE.Loaders.Processes.Extensions
if (File.Exists(titleUpdateMetadataPath))
{
string updatePath = PlatformRelative(JsonHelper.DeserializeFromFile(titleUpdateMetadataPath, _titleSerializerContext.TitleUpdateMetadata).Selected);
Logger.Info?.Print(LogClass.Application, $"Game Update Path: ${updatePath}.");
if (File.Exists(updatePath))
{
PartitionFileSystem updatePartitionFileSystem = new();