index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
input_common
/
main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-20
input_common: Initial skeleton for custom joycon driver
Narr the Reg
1
-0
/
+14
2023-01-06
input_common: Create an update engine
Narr the Reg
1
-0
/
+26
2022-12-28
cmake: make libusb optional
Liam
1
-2
/
+22
2022-12-18
input_common: Cleanup project
german77
1
-200
/
+83
2022-12-17
input_common: Add virtual gamepad
german77
1
-0
/
+23
2022-11-28
common/input: Add helpers functions for creating input and output devices
Lioncash
1
-59
/
+43
2022-11-27
input_common: Pump sdl events from main thread
german77
1
-0
/
+10
2022-11-27
yuzu-cmd: Fix input callback crash on close
german77
1
-0
/
+10
2022-10-02
input_common: Enable virtual amiibo driver
german77
1
-0
/
+21
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-3
/
+2
2022-07-24
input_common: Add camera driver
german77
1
-0
/
+21
2022-03-22
input_common: Map sticks correctly when mapped sideways
Narr the Reg
1
-0
/
+29
2022-03-20
input_common: Reduce unused includes
ameerj
1
-1
/
+0
2022-01-24
input_common/input_mapping: Remove const from return value
Lioncash
1
-1
/
+1
2022-01-24
input_common/main: Pass MappingData by const reference in callbacks
Lioncash
1
-2
/
+2
2021-11-26
input_common: Fully implement UDP controllers
Narr the Reg
1
-5
/
+21
2021-11-25
input_common: Move button names to the frontend
german77
1
-12
/
+5
2021-11-25
input_common: Allow keyboard to be backwards compatible
german77
1
-9
/
+0
2021-11-25
core/hid: Improve accuracy of the keyboard implementation
german77
1
-0
/
+9
2021-11-25
kraken: Address comments from review
german77
1
-34
/
+42
2021-11-25
settings: Fix mouse and keyboard mappings
german77
1
-0
/
+3
2021-11-25
kraken: Address comments from review
german77
1
-2
/
+5
2021-11-25
configuration: Migrate controller settings to emulated controller
german77
1
-0
/
+10
2021-11-25
kraken: Fix errors from rebase and format files
german77
1
-2
/
+4
2021-11-25
core/hid: Add output devices
german77
1
-10
/
+20
2021-11-25
input_common: Rewrite main and add the new drivers
german77
1
-11
/
+279
2021-11-25
input_common: Rewrite keyboard
german77
1
-260
/
+3
2021-11-25
input_common: Move touch and analog from button. Move udp protocol
german77
1
-8
/
+0
2021-09-24
general: Update style to clang-format-12
ameerj
1
-2
/
+2
2021-09-18
UI: Relocate tas menu and add brief description
german77
1
-1
/
+1
2021-09-18
config: Move TAS options to it's own menu
german77
1
-1
/
+5
2021-09-18
input_common/tas: Base playback & recording system
MonsterDruide1
1
-0
/
+48
2021-08-08
input_common: Improve SDL joystick and hide toggle option
german77
1
-4
/
+4
2021-07-11
input_common: Fix build with sdl disabled
german77
1
-2
/
+2
2021-05-15
input_common: Implement SDL motion
german77
1
-0
/
+5
2020-11-26
Implement full mouse support
german
1
-10
/
+63
2020-11-26
Add multiple udp server support
german
1
-1
/
+1
2020-11-16
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
1
-0
/
+5
2020-11-16
configure_input_player: Change "Defaults" button behavior
Morph
1
-8
/
+0
2020-11-16
configure_input_player: Implement input exclusivity and persistence
Morph
1
-3
/
+3
2020-10-16
input_common/CMakeLists: Make some warnings errors
Lioncash
1
-0
/
+4
2020-09-26
Add random motion input to keyboard
german
1
-0
/
+4
2020-09-18
Add automap feature for GC adapter
german
1
-1
/
+10
2020-09-05
Add cemu hook changes related to PR #4609
german
1
-3
/
+43
2020-08-29
Address review comments and fix code compilation
FearlessTobi
1
-3
/
+5
2020-08-29
yuzu: Add motion and touch configuration
FearlessTobi
1
-0
/
+9
2020-08-27
input_common: Eliminate most global state
Lioncash
1
-107
/
+143
2020-08-27
input_common/main: Add "/Mouse" to the display name
Morph
1
-1
/
+1
2020-08-26
Address feedback
Morph
1
-7
/
+8
2020-08-26
Project Mjölnir: Part 1
Morph
1
-1
/
+49
2020-07-14
input_common: drop unused libusb.h include
Ameer
1
-1
/
+0
2020-07-02
Fix unnecessary diffs
Ameer
1
-0
/
+2
2020-06-23
Fix deallocation of GC Adapter
Ameer
1
-0
/
+3
2020-06-22
Update src/input_common/main.cpp
ameerj
1
-1
/
+1
2020-06-22
Tidy up the pointers, use pair over tuple where appropriate
Ameer
1
-2
/
+1
2020-06-22
shared_ptr for the GC adapter class, constexpr constants
Ameer
1
-2
/
+4
2020-06-22
std::arrays where appropriate, clear q in adapter class, other touch ups
Ameer
1
-1
/
+0
2020-06-22
Singleton GC Adapter class, remove globals, fix naming convention
Ameer
1
-0
/
+2
2020-06-21
Cleanup after linter
Ameer
1
-4
/
+0
2020-06-21
GC Adapter Implementation
Ameer
1
-1
/
+22
2020-05-02
input_common: fix build when SDL2 is disabled
FearlessTobi
1
-0
/
+6
2020-02-03
input_common/udp: Ensure that UDP is shut down within Shutdown()
Lioncash
1
-0
/
+1
2020-01-23
Input: UDP Client to provide motion and touch controls
fearlessTobi
1
-3
/
+9
2019-03-02
Input: Remove global variables from SDL Input
James Rowe
1
-19
/
+4
2018-09-11
Port #4141 from citra: Joystick hotplug support (#1275)
Tobias
1
-0
/
+12
2018-01-21
Format: Run the new clang format on everything
James Rowe
1
-1
/
+2
2018-01-16
Adding meumart's Citra SDL Joystick support. Citra PR #3116
muemart
1
-0
/
+11
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
1
-2
/
+13
2017-03-01
InputCommon: add SDL joystick support
wwylele
1
-0
/
+10
2017-03-01
InputCommon: add AnalogFromButton
wwylele
1
-0
/
+18
2017-03-01
InputCommon: add Keyboard
wwylele
1
-0
/
+35