dolphin/Source/Core/DolphinQt/TAS
JosJuice 1c4088e203 DolphinQt: Allow customizing TAS input turbo interval
As a side effect of 9c5c3c0, Dolphin's frame counter was changed
to run at 60/50 Hz even if the game is running at a lower framerate
such as 30 fps. Since the TAS input turbo button functionality
toggled the state of a button every other frame as reported by
the frame counter, this change made the turbo button functionality
not work with 30/25 fps games.

I believe it would be hard to change the frame counter back to
how it used to work without undermining the point of 9c5c3c0,
and I'm not sure if doing so would be desireable or not anyway,
so what I'm doing instead is letting the user determine how long
turbo button presses should last. This lets users avoid the 30/25
fps game problem while also granting additional flexibility.
Perhaps there is some game where it is useful to mash at a speed
which is slower than frame perfect.
2020-07-02 16:58:29 +02:00
..
GCTASInputWindow.cpp DolphinQt: Allow customizing TAS input turbo interval 2020-07-02 16:58:29 +02:00
GCTASInputWindow.h Qt/TAS: Implement turbo mode 2019-03-31 05:27:34 +02:00
IRWidget.cpp Qt/TAS: Improve TAS windows 2020-02-18 16:13:31 +01:00
IRWidget.h Qt/TAS: Fix issue #11620 2019-03-26 00:38:25 +01:00
StickWidget.cpp Qt/TAS: Improve TAS windows 2020-02-18 16:13:31 +01:00
StickWidget.h Qt/TAS: Fix issue #11620 2019-03-26 00:38:25 +01:00
TASCheckBox.cpp DolphinQt: Allow customizing TAS input turbo interval 2020-07-02 16:58:29 +02:00
TASCheckBox.h DolphinQt: Allow customizing TAS input turbo interval 2020-07-02 16:58:29 +02:00
TASInputWindow.cpp DolphinQt: Allow customizing TAS input turbo interval 2020-07-02 16:58:29 +02:00
TASInputWindow.h DolphinQt: Allow customizing TAS input turbo interval 2020-07-02 16:58:29 +02:00
WiiTASInputWindow.cpp DolphinQt: Allow customizing TAS input turbo interval 2020-07-02 16:58:29 +02:00
WiiTASInputWindow.h Qt/TAS: Implement turbo mode 2019-03-31 05:27:34 +02:00