This website requires JavaScript.
Explore
Help
Sign In
piwalker
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-09-25 21:03:02 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
561b09457c7a1f34a8183e3464b6a1def3fa8ccc
dolphin
/
Source
/
Core
/
InputCommon
/
Src
History
Rachel Bryk
f1489a4e18
Merge branch 'controller-profiles'
2013-01-09 22:33:51 -05:00
..
ControllerInterface
Don't hardcode left-shift to disabe keyboard input on linux.
2013-01-09 20:26:11 -06:00
ControllerEmu.cpp
…
ControllerEmu.h
…
GCPadStatus.h
remove hacky old MicButton stuff
2011-10-03 23:46:00 -07:00
InputConfig.cpp
Change key names, and put it in section Controls.
2013-01-09 21:56:17 -05:00
InputConfig.h
Allow setting different profiles for different controllers, and automatically use the appropriate profile directory.
2013-01-09 15:04:37 -05:00
UDPWiimote.cpp
Replaced Common::CriticalSection with a std::mutex implementation. 64bit Windows builds now use SRWLocks and ConditionVariables(requires Vista/7, x64 builds will no longer work on Windows XP x64). Tell me if you hate that. Removed Common::EventEx. Common::Event now uses a std::condition_variable impl.(using ConditionVariables on Windows x64, Events on x86, or posix condition variables elsewhere). I experience slight speed improvements with these changes.
2011-03-05 06:11:26 +00:00
UDPWiimote.h
Eliminate some trampoline functions.
2011-01-31 08:19:27 +00:00
UDPWrapper.cpp
…
UDPWrapper.h
…
X11InputBase.cpp
…
X11InputBase.h
…