build: make release restore reproducible

This commit is contained in:
Erik 2026-08-18 10:29:00 +02:00
parent b459e0cf0c
commit c38f6b8852
129 changed files with 16810 additions and 188 deletions

View file

@ -68,7 +68,7 @@ foreach (uint id in new uint[] { 0x14000000u, 0x14000002u })
Console.WriteLine(
$" {Dik(scan),-12}{(mods.Length > 0 ? "+" + mods : " ")} " +
$"(scan=0x{scan:X2}, dev={dev}) " +
$"Action=0x{m.Unknown:X8} " +
$"Action=0x{m.Unknown:X8} ({Action(m.Unknown)}) " +
$"Activation=0x{m.Activation:X2}");
}
}