mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-09-10 11:55:16 +00:00
[ci skip] fix: <Reset> text in Pokemon Scarlet/Violet play report rich presence
This commit is contained in:
@@ -98,7 +98,9 @@ namespace Ryujinx.Ava.Systems.PlayReport
|
|||||||
_ => FormattedValue.ForceReset
|
_ => FormattedValue.ForceReset
|
||||||
};
|
};
|
||||||
|
|
||||||
return $"{playStatus} in {locations}";
|
return locations.Reset
|
||||||
|
? FormattedValue.ForceReset
|
||||||
|
: $"{playStatus} in {locations}";
|
||||||
}
|
}
|
||||||
|
|
||||||
private static FormattedValue SuperSmashBrosUltimate_Mode(SparseMultiValue values)
|
private static FormattedValue SuperSmashBrosUltimate_Mode(SparseMultiValue values)
|
||||||
|
Reference in New Issue
Block a user