This website requires JavaScript.
Explore
Help
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-02-12 21:40:10 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
InputCommon
/
ControllerEmu
History
JMC47
8bc0a92f2c
Merge pull request
#7663
from jordan-woyak/expression-parser-improve
...
Expression parser improvements
2019-10-17 17:35:30 -04:00
..
Control
ControllerEmu: Use enum instead of bool for translatability
2018-04-13 13:04:26 +02:00
ControlGroup
Merge pull request
#8390
from jordan-woyak/wiimote-emu-tilt-fix
2019-10-16 16:14:42 -07:00
Setting
InputCommon: Make sure setting values are initialized in case they are used before config load.
2019-04-27 07:01:24 -05:00
ControllerEmu.cpp
ControllerEmu: Don't clear expression variables on references update. Hotplug would make that problematic.
2019-10-11 19:42:49 -05:00
ControllerEmu.h
ExpressionParser: Renamed ControlFinder to ControlEnvironment. Added support for variables and assignment operator. ControlExpression objects now reference a matching input and output so the two can me mixed in any expression. (you can set rumble directly from inputs)
2019-10-11 17:14:32 -05:00
StickGate.cpp
ControllerEmu: Add support for setting the center of a ReshapableInput
2019-05-18 14:45:16 +00:00
StickGate.h
ControllerEmu: Add support for setting the center of a ReshapableInput
2019-05-18 14:45:16 +00:00