Controller hud text

This commit is contained in:
Shinovon 2026-05-07 06:11:28 +05:00
parent 1f01daa3c1
commit 1d813004c2
2 changed files with 26 additions and 2 deletions

View file

@ -707,11 +707,11 @@ public:
if (y < 125) {
b = JOY_Y;
} else if (y > 155) {
b = JOY_A;
b = JOY_B;
} else if (x < w - w / 8) {
b = JOY_X;
} else {
b = JOY_B;
b = JOY_A;
}
activeZone[i] = b + 1;
virtualButtons[b] = 1;