fix: Prevent loading the Switch Verification homebrew specifically.

Its intended purpose is to be installed on a modded real Switch. It is wholly useless and pointless to use it in the emulator, and this will give those users a hint they might be doing something incorrectly.
This commit is contained in:
GreemDev
2025-05-04 03:26:54 -05:00
parent d8e3ab3974
commit 6904d6a461
3 changed files with 11 additions and 2 deletions

View File

@@ -489,7 +489,7 @@ namespace Ryujinx.Headless
return false;
}
}
catch (ArgumentOutOfRangeException)
catch
{
Logger.Error?.Print(LogClass.Application, "The specified file is not supported by Ryujinx.");