mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-21 04:42:04 +00:00
misc: chore: [ci skip] fix log on AOC extraction failure
This commit is contained in:
parent
4cbfd38633
commit
20699c8edd
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ namespace Ryujinx.Ava.Common
|
||||||
|
|
||||||
if (publicDataNca is null)
|
if (publicDataNca is null)
|
||||||
{
|
{
|
||||||
Logger.Error?.Print(LogClass.Application, "Extraction failure. The NCA was not present in the selected file");
|
Logger.Error?.Print(LogClass.Application, "Extraction failure. The PublicData NCA was not present in the selected file");
|
||||||
|
|
||||||
Dispatcher.UIThread.InvokeAsync(async () =>
|
Dispatcher.UIThread.InvokeAsync(async () =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue