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
246e2a77ceb7fb5ebf05286af07f598b3db40c2b
dolphin
/
Source
/
Core
/
InputCommon
/
ControllerInterface
History
Lioncash
246e2a77ce
ControllerInterface/Device: std::move strings in constructor where applicable
...
Allows callers to move std::string values into the constructor, potentially avoiding copies.
2019-05-29 18:46:49 -04:00
..
Android
Reformat repo to clang-format 7.0 rules
2019-05-06 18:48:04 +00:00
DInput
InputCommon/DInput.h: Add missing include
2019-05-08 21:01:46 +02:00
evdev
Replace MathUtil::Clamp with std::clamp
2019-05-04 23:12:17 +02:00
ForceFeedback
Reformat repo to clang-format 7.0 rules
2019-05-06 18:48:04 +00:00
OSX
Reformat repo to clang-format 7.0 rules
2019-05-06 18:48:04 +00:00
Pipes
Reformat repo to clang-format 7.0 rules
2019-05-06 18:48:04 +00:00
Quartz
Reformat repo to clang-format 7.0 rules
2019-05-06 18:48:04 +00:00
SDL
ControllerInterface: SDL: Replace unclear bool parameter with enum class.
2019-03-17 08:53:53 -05:00
Win32
InputCommon: Fix Win32 init race.
2019-03-31 07:46:58 -05:00
XInput
ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplug event.
2019-03-29 09:04:16 -05:00
Xlib
Reformat repo to clang-format 7.0 rules
2019-05-06 18:48:04 +00:00
ControllerInterface.cpp
ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplug event.
2019-03-29 09:04:16 -05:00
ControllerInterface.h
Add ControllerInterface::Win32 to wrap XInput and DInput
2019-03-29 08:01:39 -05:00
Device.cpp
ControllerInterface/Device: Use std::string_view where applicable
2019-05-29 18:42:24 -04:00
Device.h
ControllerInterface/Device: std::move strings in constructor where applicable
2019-05-29 18:46:49 -04:00