mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 06:47:44 +02:00
misc: chore: [ci skip] fix log on AOC extraction failure
This commit is contained in:
parent
ff05e03cc8
commit
82fe519766
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,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…
Add table
Reference in a new issue