[ci skip] remove test

This commit is contained in:
Evan Husted 2025-02-05 19:45:29 -06:00
parent e55629a908
commit 4a8f98126f

View File

@ -41,11 +41,6 @@ namespace Ryujinx.Ava.Utilities.PlayReport
.AddValueFormatter("team_circle", PokemonSVUnionCircle)
);
private static FormattedValue Botw(Value[] values)
{
return $"{values[0].BoxedValue}, {values[1].BoxedValue}";
}
private static FormattedValue BreathOfTheWild_MasterMode(Value value)
=> value.BoxedValue is 1 ? "Playing Master Mode" : FormattedValue.ForceReset;