mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-25 07:57:11 +02:00
Add game update manager
This commit is contained in:
parent
f95281899c
commit
0e80bd3d51
7 changed files with 227 additions and 36 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue