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
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-03-21
input_common: Map sticks correctly when mapped sideways
Narr the Reg
2022-03-20
input_common: Reduce unused includes
ameerj
2022-01-24
input_common/input_mapping: Remove const from return value
Lioncash
2022-01-24
input_common/main: Pass MappingData by const reference in callbacks
Lioncash
2021-11-26
input_common: Fully implement UDP controllers
Narr the Reg
2021-11-24
input_common: Move button names to the frontend
german77
2021-11-24
input_common: Allow keyboard to be backwards compatible
german77
2021-11-24
core/hid: Improve accuracy of the keyboard implementation
german77
2021-11-24
kraken: Address comments from review
german77
2021-11-24
settings: Fix mouse and keyboard mappings
german77
2021-11-24
kraken: Address comments from review
german77
2021-11-24
configuration: Migrate controller settings to emulated controller
german77
2021-11-24
kraken: Fix errors from rebase and format files
german77
2021-11-24
core/hid: Add output devices
german77
2021-11-24
input_common: Rewrite main and add the new drivers
german77
2021-11-24
input_common: Rewrite keyboard
german77
2021-11-24
input_common: Move touch and analog from button. Move udp protocol
german77
2021-09-24
general: Update style to clang-format-12
ameerj
2021-09-18
UI: Relocate tas menu and add brief description
german77
2021-09-18
config: Move TAS options to it's own menu
german77
2021-09-18
input_common/tas: Base playback & recording system
MonsterDruide1
2021-08-07
input_common: Improve SDL joystick and hide toggle option
german77
2021-07-10
input_common: Fix build with sdl disabled
german77
2021-05-15
input_common: Implement SDL motion
german77
2020-12-01
Merge pull request #4937 from german77/multiUDP
bunnei
2020-11-25
Implement full mouse support
german
2020-11-25
Add multiple udp server support
german
2020-11-15
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
2020-11-15
configure_input_player: Change "Defaults" button behavior
Morph
2020-11-15
configure_input_player: Implement input exclusivity and persistence
Morph
2020-10-15
input_common/CMakeLists: Make some warnings errors
Lioncash
2020-09-25
Add random motion input to keyboard
german
2020-09-18
Add automap feature for GC adapter
german
2020-09-04
Add cemu hook changes related to PR #4609
german
2020-08-29
Address review comments and fix code compilation
FearlessTobi
2020-08-29
yuzu: Add motion and touch configuration
FearlessTobi
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
Address feedback
Morph
2020-08-26
Project Mjölnir: Part 1
Morph
2020-07-14
input_common: drop unused libusb.h include
Ameer
2020-07-02
Fix unnecessary diffs
Ameer
2020-06-23
Fix deallocation of GC Adapter
Ameer
2020-06-22
Update src/input_common/main.cpp
ameerj
2020-06-21
Tidy up the pointers, use pair over tuple where appropriate
Ameer
2020-06-21
shared_ptr for the GC adapter class, constexpr constants
Ameer
2020-06-21
std::arrays where appropriate, clear q in adapter class, other touch ups
Ameer
2020-06-21
Singleton GC Adapter class, remove globals, fix naming convention
Ameer
2020-06-21
Cleanup after linter
Ameer
2020-06-21
GC Adapter Implementation
Ameer
[next]