improved all segatools.ini configs

This commit is contained in:
2024-02-21 21:58:44 +01:00
parent 56e971c6a4
commit e40e1dffe3
15 changed files with 594 additions and 91 deletions

View File

@ -67,11 +67,11 @@ HRESULT fgo_io_poll(void)
fgo_gamebtn |= FGO_IO_GAMEBTN_TARGET;
}
if (xb & XINPUT_GAMEPAD_A) {
if (xb & XINPUT_GAMEPAD_A || xb & XINPUT_GAMEPAD_B) {
fgo_gamebtn |= FGO_IO_GAMEBTN_ATTACK;
}
if (xb & XINPUT_GAMEPAD_Y) {
if (xb & XINPUT_GAMEPAD_Y || xb & XINPUT_GAMEPAD_X) {
fgo_gamebtn |= FGO_IO_GAMEBTN_NOBLE_PHANTASHM;
}