mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 06:47:44 +02:00
[ci skip] remove test
This commit is contained in:
parent
e55629a908
commit
4a8f98126f
1 changed files with 0 additions and 5 deletions
|
@ -41,11 +41,6 @@ namespace Ryujinx.Ava.Utilities.PlayReport
|
||||||
.AddValueFormatter("team_circle", PokemonSVUnionCircle)
|
.AddValueFormatter("team_circle", PokemonSVUnionCircle)
|
||||||
);
|
);
|
||||||
|
|
||||||
private static FormattedValue Botw(Value[] values)
|
|
||||||
{
|
|
||||||
return $"{values[0].BoxedValue}, {values[1].BoxedValue}";
|
|
||||||
}
|
|
||||||
|
|
||||||
private static FormattedValue BreathOfTheWild_MasterMode(Value value)
|
private static FormattedValue BreathOfTheWild_MasterMode(Value value)
|
||||||
=> value.BoxedValue is 1 ? "Playing Master Mode" : FormattedValue.ForceReset;
|
=> value.BoxedValue is 1 ? "Playing Master Mode" : FormattedValue.ForceReset;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue