index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_common
Age
Commit message (
Expand
)
Author
2020-09-02
input_common/motion_input: Make use of Common::PI constant
Morph
2020-09-02
Merge pull request #4570 from german77/motionInput
bunnei
2020-09-01
Merge pull request #4382 from FearlessTobi/port-udp-config
bunnei
2020-08-30
Address second batch of reviews
FearlessTobi
2020-08-29
Address review comments and fix code compilation
FearlessTobi
2020-08-29
yuzu: Add motion and touch configuration
FearlessTobi
2020-08-28
sdl_impl: Reduce allocations in GetButtonMappingForDevice()
Lioncash
2020-08-28
sdl_impl: Make use of std::move on std::string where applicable
Lioncash
2020-08-28
sdl_impl: Make use of insert_or_assign() where applicable
Lioncash
2020-08-28
sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() defau...
Lioncash
2020-08-28
sdl_impl: Simplify make_tuple call
Lioncash
2020-08-28
sdl_impl: Mark FromEvent() as a const member function
Lioncash
2020-08-28
input_common/main: Remove unnecessary headers
Lioncash
2020-08-28
input_common/main: Remove unimplemented prototype
Lioncash
2020-08-27
Fix orientation errors and improve drift correction
german
2020-08-27
Address comments
german
2020-08-27
Implement a basic class for motion devices
german
2020-08-27
input_common: Eliminate most global state
Lioncash
2020-08-26
input_common/main: Add "/Mouse" to the display name
Morph
2020-08-26
input_common: Fix directional deadzone values
Morph
2020-08-26
Address feedback
Morph
2020-08-26
Project Mjölnir: Part 1
Morph
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-10
Remove UI changes
ameerj
2020-08-10
Add range slider functionality for gc adapter
ameerj
2020-08-10
undo unnecessary newlines, slider range 50-150
Ameer
2020-08-10
Add range slider for analog sticks
Ameer
2020-07-26
GCAdapter: only join worker thread if running & joinable
Brian J. Tarricone
2020-07-25
Merge pull request #4418 from lioncash/udp-warn
bunnei
2020-07-25
udp/client: Remove unused boost include
Lioncash
2020-07-25
gc_adapter: Resolve C++20 deprecation warning
Lioncash
2020-07-25
gc_poller: Resolve -Wsign-compare warning
Lioncash
2020-07-25
gc_poller: Resolve -Wredundant-move warning
Lioncash
2020-07-19
Fix axis thresholding while polling
ameerj
2020-07-17
std::size_t where appropriate, make error message more clear if can't read
ameerj
2020-07-16
Refactor adapter code
Ameer
2020-07-14
Rebase to master
Ameer
2020-07-14
Fix crash if gc configured but adapter not connected
Ameer
2020-07-14
Merge pull request #4314 from lioncash/input-warn
bunnei
2020-07-14
Merge pull request #4315 from lioncash/udp-warn
bunnei
2020-07-14
input_common: drop unused libusb.h include
Ameer
2020-07-13
input_common: make libusb private to gc_adapter
Jan Beich
2020-07-12
udp: Silence a C++20 deprecation warning
Lioncash
2020-07-12
gc_poller: Mark GCButtonFactory::GetNextInput() as const
Lioncash
2020-07-12
gc_poller: Get rid of undefined behavior in Create()
Lioncash
2020-07-12
gc_poller: Silence sign conversion warnings
Lioncash
2020-07-12
gc_adapter: Remove deprecated usage of = in lambda captures
Lioncash
2020-07-12
gc_adapter: Silence sign conversion warnings
Lioncash
2020-07-10
Break out of scan loop if can't find adapter on first run
Ameer
2020-07-09
cmake: pass libusb include directory as well
Jan Beich
[next]