mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-30 19:26:25 +02:00
parent
417df486b1
commit
361d0c5632
622 changed files with 3080 additions and 2652 deletions
|
@ -159,7 +159,7 @@ namespace Ryujinx.HLE.HOS.Applets.Error
|
|||
string[] buttons = GetButtonsText(module, description, "DlgBtn");
|
||||
|
||||
(uint Module, uint Description) errorCodeTuple = (module, uint.Parse(description.ToString("0000")));
|
||||
|
||||
|
||||
bool showDetails = _horizon.Device.UIHandler.DisplayErrorAppletDialog($"Error Code: {module}-{description:0000}", "\n" + message, buttons, errorCodeTuple);
|
||||
if (showDetails)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue