improvement: Make the updater log a special error message in some cases

specifically about potentially not being connected to the internet on a connection error or name resolution error
This commit is contained in:
GreemDev 2025-09-05 03:12:15 -05:00
parent 931ec44406
commit 23eb9a3043
4 changed files with 33 additions and 15 deletions

View file

@ -117,7 +117,7 @@ namespace Ryujinx.Ava.Systems.AppLibrary
using UniqueRef<IFile> npdmFile = new();
Result result = pfs.OpenFile(ref npdmFile.Ref, "/main.npdm".ToU8Span(), OpenMode.Read);
LibHac.Result result = pfs.OpenFile(ref npdmFile.Ref, "/main.npdm".ToU8Span(), OpenMode.Read);
if (ResultFs.PathNotFound.Includes(result))
{