mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-24 14:15:48 +00:00
Updated LoadAndSaveMetadata to return Optional type (but for real this time)
- fixed a typo i found - awaiting dialog on invalid unpacked error -
This commit is contained in:
@@ -803,7 +803,7 @@ namespace Ryujinx.Ava.Systems
|
||||
|
||||
if (!Device.LoadCart(ApplicationPath, romFsFiles[0]))
|
||||
{
|
||||
ContentDialogHelper.CreateErrorDialog(
|
||||
await ContentDialogHelper.CreateErrorDialog(
|
||||
"Please specify an unpacked game directory with a valid exefs or NSO/NRO.");
|
||||
Device.Dispose();
|
||||
|
||||
@@ -816,7 +816,7 @@ namespace Ryujinx.Ava.Systems
|
||||
Logger.Info?.Print(LogClass.Application, "Loading as cart WITHOUT RomFS.");
|
||||
if (!Device.LoadCart(ApplicationPath))
|
||||
{
|
||||
ContentDialogHelper.CreateErrorDialog(
|
||||
await ContentDialogHelper.CreateErrorDialog(
|
||||
"Please specify an unpacked game directory with a valid exefs or NSO/NRO.");
|
||||
Device.Dispose();
|
||||
cts.Cancel();
|
||||
|
||||
Reference in New Issue
Block a user