update Bidoo to v2.1.1 (#760)

This commit is contained in:
dreamer 2024-11-22 09:10:54 +01:00 committed by GitHub
parent f05e1b9c9a
commit 8c628282db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8610d4c86740d9d67ebfa4ded70279df7aeb95be Subproject commit 23967e9986e256ada353aaf387da33bdc2b5e08c

View file

@ -1686,6 +1686,7 @@ static void initStatic__Bidoo()
p->addModel(modelSIGMA); p->addModel(modelSIGMA);
p->addModel(modelFLAME); p->addModel(modelFLAME);
p->addModel(modelVOID); p->addModel(modelVOID);
p->addModel(modelRATEAU);
// NOTE disabled in Cardinal due to curl usage // NOTE disabled in Cardinal due to curl usage
// p->addModel(modelANTN); // p->addModel(modelANTN);

View file

@ -179,6 +179,7 @@ static const struct {
{ kModeBidoo, "/Bidoo/res/PILOT.svg", {"rect843-6-4-5","rect843","rect843-4","rect843-6-4","rect843-6-7"}, -1 }, { kModeBidoo, "/Bidoo/res/PILOT.svg", {"rect843-6-4-5","rect843","rect843-4","rect843-6-4","rect843-6-7"}, -1 },
{ kModeBidoo, "/Bidoo/res/POUPRE.svg", {}, -1 }, { kModeBidoo, "/Bidoo/res/POUPRE.svg", {}, -1 },
{ kModeBidoo, "/Bidoo/res/RABBIT.svg", {}, -1 }, { kModeBidoo, "/Bidoo/res/RABBIT.svg", {}, -1 },
{ kModeBidoo, "/Bidoo/res/RATEAU.svg", {"rect930"}, -1 },
{ kModeBidoo, "/Bidoo/res/REI.svg", {}, -1 }, { kModeBidoo, "/Bidoo/res/REI.svg", {}, -1 },
{ kModeBidoo, "/Bidoo/res/SIGMA.svg", {}, -1 }, { kModeBidoo, "/Bidoo/res/SIGMA.svg", {}, -1 },
{ kModeBidoo, "/Bidoo/res/SPORE.svg", {}, -1 }, { kModeBidoo, "/Bidoo/res/SPORE.svg", {}, -1 },