mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-13 16:55:47 +00:00
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user