mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 22:36:59 +00:00
[ci skip] fix: <Reset> text in Pokemon Scarlet/Violet play report rich presence
This commit is contained in:
parent
d68efa98ba
commit
931ec44406
1 changed files with 4 additions and 2 deletions
|
|
@ -98,7 +98,9 @@ namespace Ryujinx.Ava.Systems.PlayReport
|
|||
_ => FormattedValue.ForceReset
|
||||
};
|
||||
|
||||
return $"{playStatus} in {locations}";
|
||||
return locations.Reset
|
||||
? FormattedValue.ForceReset
|
||||
: $"{playStatus} in {locations}";
|
||||
}
|
||||
|
||||
private static FormattedValue SuperSmashBrosUltimate_Mode(SparseMultiValue values)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue