Logo
Explore Help
Sign In
piwalker/dolphin
1
0
Fork 0
You've already forked dolphin
mirror of https://github.com/dolphin-emu/dolphin.git synced 2025-08-07 13:38:56 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
d00b719966eda3c27b5fcb96bce50038f52611d5
dolphin/Source/Core/InputCommon/Src
History
Jordan Woyak b44918d1ed Merge branch 'fix-real-gcpad-sticks'
2011-12-12 23:25:32 -06:00
..
ControllerInterface
Merge branch 'fix-real-gcpad-sticks'
2011-12-12 23:25:32 -06:00
ControllerEmu.cpp
…
ControllerEmu.h
…
GCPadStatus.h
remove hacky old MicButton stuff
2011-10-03 23:46:00 -07:00
InputConfig.cpp
Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases.
2011-02-28 20:40:15 +00:00
InputConfig.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
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
…
Powered by Gitea Version: 1.24.0 Page: 1252ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API