dolphin/Source/Core/InputCommon/ControllerInterface
spxtr d9d6cf8eda GC controller input using named pipes
Currently only works on unix, but can be extended to other systems. Can
also be extended to do wiimotes.

Searches the Pipes folder for readable named pipes and creates a dolphin
input device out of them. Send controller inputs to the game by writing
to the file. Commands are described in Pipes.h.
2015-10-24 20:20:03 -07:00
..
Android
DInput Add missing override specifiers 2015-09-05 22:40:19 -04:00
evdev Common: Move asserts to their own header 2015-09-26 18:51:27 -04:00
ForceFeedback ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX 2015-09-17 15:15:15 -04:00
OSX InputCommon: Use NSNumber numeric literals in Obj-C code 2015-10-02 13:23:46 -04:00
Pipes GC controller input using named pipes 2015-10-24 20:20:03 -07:00
SDL
XInput Add missing override specifiers 2015-09-05 22:40:19 -04:00
Xlib
ControllerInterface.cpp GC controller input using named pipes 2015-10-24 20:20:03 -07:00
ControllerInterface.h GC controller input using named pipes 2015-10-24 20:20:03 -07:00
Device.cpp
Device.h
ExpressionParser.cpp ExpressionParser: Make all control paths return a value in operator std::string 2015-09-09 22:41:47 -04:00
ExpressionParser.h