We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23d9c6 commit 63f4899Copy full SHA for 63f4899
ttyd-tools/rel/source/codes.cpp
@@ -626,6 +626,13 @@ uint32_t autoMashText(uint32_t controllerPort)
626
return ttyd::system::keyGetButtonTrg(controllerPort);
627
}
628
629
+ // Don't auto mash if the Palace Skip display is currently on
630
+ if (Displays[PALACE_SKIP])
631
+ {
632
+ // Return the intended value
633
+ return ttyd::system::keyGetButtonTrg(controllerPort);
634
+ }
635
+
636
// Don't auto mash if currently changing button combos
637
if (MenuVar.ChangingCheatButtonCombo)
638
{
0 commit comments