SSBU DRPC - Stage Editing (#707)

Adds it so the Rich Presence now notices when the player edits a custom
stage!
This commit is contained in:
FluffyOMC
2025-02-25 16:48:35 -05:00
committed by GitHub
parent a3596ba858
commit 1c8276197f
2 changed files with 6 additions and 1 deletions

View File

@@ -115,6 +115,11 @@ namespace Ryujinx.Ava.Utilities.PlayReport
return $"Achievement Unlocked - ID: {anniversary}";
}
if (values.Matched.ContainsKey("is_created"))
{
return "Edited a Custom Stage!";
}
if (values.Matched.ContainsKey("adv_slot"))
{
return