Pokechu22

Results 169 comments of Pokechu22

I've implemented movie support, which seems to work correctly at least when starting from a save state right before selecting a game. Wii Fit (Plus) seems to be rather annoying...

I've found my previous code that calibrated 34kg as `34000` was causing overflows when leaning far to the side and also causing underflows as one of the sensors goes negative...

Rebased again to fix conflicts from #8575 (which conflicted with 4153e1d4e56ba06e9c1973caa066b0bb076b86b9 because it also removed the Nunchuk union; I've just dropped it) and #8633 (which conflicted with 9bc5189ec06d078d559f65d4d108e9ab006ca870 but was...

This is unlikely to be ready for merging any time soon (due to the incomplete UI and other various bugs), but if you want to try it out, you can...

I've fixed the stack overflow crashes with the TAS UI, and confirmed that the TAS UI works by completing balance bubble and ski jump with it. The total weight does...

I've created a separate `WiimoteEmu::WiimoteBase` which `WiimoteEmu::Wiimote` and `WiimoteEmu::BalanceBoard` now both use, and also created a separate controller configuration UI for the balance board (not done yet) instead of having...

I've rebased this for #9624 and #11070. Note that currently, the actual logic for balance board TASing is broken (I haven't ported it to the input override system), but the...

TAS input has been re-implemented.

To elaborate on that: those enums are stored in the configuration, so if you *don't* add new entries at the end, the numeric values associated with each enum entry get...

> Thanks for the review. Since the original commits aren't mine should I add the fixes in a new commit or is normal to just edit the old ones? You...