Add game update manager

This commit is contained in:
Stossy11 2025-02-16 14:01:31 +11:00
parent f95281899c
commit 0e80bd3d51
7 changed files with 227 additions and 36 deletions

View file

@ -93,6 +93,7 @@ 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();