summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/TAS/TASControlState.h
AgeCommit message (Collapse)Author
2025-05-05DolphinQt/TAS: Use non-default std::atomic struct constructor to fix build ↵Jordan Woyak
with libstdc++ 15.
2023-03-10DolphinQt: Add MotionPlus support to TAS inputJosJuice
Will manually controlling both an accelerometer and a gyroscope at the same time be reasonable to do? No idea. Was this easy to implement thanks to the input override system? Yes. Fixes https://bugs.dolphin-emu.org/issues/12443.
2023-03-08DolphinQt: Rework TAS input threading, part 1 (buttons)JosJuice
This gets rid of a blocking operation, improving performance and fixing https://bugs.dolphin-emu.org/issues/12893. This also makes us no longer directly access the state of certain UI elements from the CPU thread, which probably wasn't thread-safe but doesn't seem to have caused any observable issues so far.