2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 00:45:25 +00:00

Initial CDolphinController RE

This commit is contained in:
2022-03-19 21:19:43 -07:00
parent ec430567c3
commit a96fe24260
16 changed files with 293 additions and 13 deletions

View File

@@ -85,7 +85,7 @@ void COptionsScreen::OnEnumChanged(CGuiTableGroup* caller, int oldSel) {
if (opt == EGameOption::Rumble && caller->GetUserSelection() > 0) {
x1a8_rumble.HardStopAll();
x1a8_rumble.Rumble(RumbleFxTable[size_t(ERumbleFxId::PlayerBump)], 1.f, ERumblePriority::One, EIOPort::Zero);
x1a8_rumble.Rumble(RumbleFxTable[size_t(ERumbleFxId::PlayerBump)], 1.f, ERumblePriority::One, EIOPort::Player1);
}
CPauseScreenBase::UpdateSideTable(caller);