This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
5f87642f2339d2e3574e9b9e3ec386462f2634c7
dolphin
/
Source
/
Core
/
InputCommon
/
Src
/
ControllerInterface
History
Jordan Woyak
5f87642f23
problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: use std::recursive_mutex (CriticalSection on windows) where try_lock is used. Dolphin should work on Vista x64 again.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7313
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-07 00:16:38 +00:00
..
DInput
Made it easer to use mouse/keyboard and a gamepad together on the same emulated wiimote. Renamed mouse buttons from "Button N" to "Click N" so they do not conflict with gamepad buttons.(hopefully not too ugly, mouse buttons will need to be reconfigured) (Fixes issue 3363)
2010-10-19 23:11:22 +00:00
OSX
PS3 controllers have some input elements with very large value fields
2011-02-27 00:15:26 +00:00
SDL
Build fixes when using SDL 1.3 related to force feedback support, as suggested in issue
#1338
.
2011-02-19 07:06:26 +00:00
XInput
Gecko codes: Added parenthesis where they were needed.(thanks to glennrics and soren) Fixed a copy paste error with write & fill 8bit codes. Also forgot to remove a return false;.(some more codes should work (fixed issue 2968)) New Wiimote Plugin: Added emulated swinging.(seems to work) Changed the emulated calibration data to some nice values. ControllerInterface: moved and constified some stuff.
2010-07-26 05:30:50 +00:00
Xlib
Implement free look on linux. Patch due to artart78.
2010-12-21 23:58:25 +00:00
ControllerInterface.cpp
problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: use std::recursive_mutex (CriticalSection on windows) where try_lock is used. Dolphin should work on Vista x64 again.
2011-03-07 00:16:38 +00:00
ControllerInterface.h
problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: use std::recursive_mutex (CriticalSection on windows) where try_lock is used. Dolphin should work on Vista x64 again.
2011-03-07 00:16:38 +00:00