misc: chore: Fix XML errors

This commit is contained in:
KeatonTheBot 2025-03-28 02:15:07 -05:00
parent 198ee01437
commit feb3d9d31f
9 changed files with 12 additions and 11 deletions

View file

@ -44,6 +44,7 @@ namespace Ryujinx.HLE.UI
/// <param name="value">The value associated to the <paramref name="kind"/>.</param>
void ExecuteProgram(Switch device, ProgramSpecifyKind kind, ulong value);
/// <summary>
/// Displays a Message Dialog box specific to Error Applet and blocks until it is closed.
/// </summary>
/// <returns>False when OK is pressed, True when another button (Details) is pressed.</returns>