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-03-10 10:14:46 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
InputCommon
/
ControllerInterface
History
Lioncash
357c0adc3c
Kill off the wx casts within InputCommon and GLInterface.
...
All because someone didn't actually return the wxWindow handle for the edge case.
2014-09-14 01:07:08 -04:00
..
Android
…
DInput
Change ControlState typedef to double, and change all related floats/doubles to use it.
2014-09-03 03:08:09 -04:00
ForceFeedback
…
OSX
Kill off the wx casts within InputCommon and GLInterface.
2014-09-14 01:07:08 -04:00
SDL
Change ControlState typedef to double, and change all related floats/doubles to use it.
2014-09-03 03:08:09 -04:00
XInput
InputCommon: Remove unnecessary breaks in XInput's GetName function
2014-09-08 21:36:04 -04:00
Xlib
…
ControllerInterface.cpp
Controller Interface: Remove "using namespace" in header file.
2014-09-04 23:02:25 -05:00
ControllerInterface.h
Include CommonTypes.h instead of Common.h.
2014-09-08 15:39:58 -04:00
Device.cpp
…
Device.h
Include CommonTypes.h instead of Common.h.
2014-09-08 15:39:58 -04:00
ExpressionParser.cpp
Change ControlState typedef to double, and change all related floats/doubles to use it.
2014-09-03 03:08:09 -04:00
ExpressionParser.h
…