[ci skip] fix: <Reset> text in Pokemon Scarlet/Violet play report rich presence
parent
d68efa98ba
commit
931ec44406
|
|
@ -97,8 +97,10 @@ namespace Ryujinx.Ava.Systems.PlayReport
|
|||
//TODO DLC Locations
|
||||
_ => FormattedValue.ForceReset
|
||||
};
|
||||
|
||||
return $"{playStatus} in {locations}";
|
||||
|
||||
return locations.Reset
|
||||
? FormattedValue.ForceReset
|
||||
: $"{playStatus} in {locations}";
|
||||
}
|
||||
|
||||
private static FormattedValue SuperSmashBrosUltimate_Mode(SparseMultiValue values)
|
||||
|
|
|
|||
Loading…
Reference in New Issue