mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
Game update path fix
This commit is contained in:
parent
2a7cfa5650
commit
8c6dd455f2
2 changed files with 20 additions and 18 deletions
|
@ -752,7 +752,7 @@ namespace Ryujinx.Headless.SDL2
|
|||
if (File.Exists(titleUpdateMetadataPath))
|
||||
{
|
||||
string updatePathRelative = JsonHelper.DeserializeFromFile(titleUpdateMetadataPath, _titleSerializerContext.TitleUpdateMetadata).Selected;
|
||||
updatePath = Path.Combine(AppDataManager.BaseDirPath, "updates", updatePathRelative);
|
||||
updatePath = Path.Combine(AppDataManager.BaseDirPath, updatePathRelative);
|
||||
|
||||
if (File.Exists(updatePath))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue