mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-24 23:47:10 +02:00
Fix whatever happened
This commit is contained in:
parent
0e80bd3d51
commit
fd0ce75f67
7 changed files with 22 additions and 11 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue