This website requires JavaScript.
Explore
Help
Register
Sign In
CTCaer
/
RetroArch
Watch
1
Star
0
Fork
0
You've already forked RetroArch
mirror of
https://github.com/CTCaer/RetroArch.git
synced
2025-01-18 00:32:46 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
RetroArch
/
input
History
twinaphex
f9bc2d3783
Use memcmp instead of string_is_equal where possible for
...
better performance
2017-04-21 22:47:15 +02:00
..
common
…
connect
…
drivers
Use memcmp instead of string_is_equal where possible for
2017-04-21 22:47:15 +02:00
drivers_hid
Silence warning
2017-02-26 03:53:05 +01:00
drivers_joypad
Use memcmp instead of string_is_equal where possible for
2017-04-21 22:47:15 +02:00
drivers_keyboard
(Input) Fix shift release in xkb
2017-03-13 00:52:42 +01:00
include
/GameController
…
input_autodetect_builtin.c
…
input_config.c
Use memcmp instead of string_is_equal where possible for
2017-04-21 22:47:15 +02:00
input_config.h
…
input_defines.h
…
input_driver.c
Don't call input_remote_state unless pointer is non-NULL
2017-04-20 10:57:09 +02:00
input_driver.h
Add comments
2017-01-26 02:49:42 +01:00
input_hid_driver.c
…
input_hid_driver.h
…
input_joypad_driver.c
…
input_joypad_driver.h
…
input_keyboard.c
Try to prevent truckload of warnings on iOS
2017-02-26 10:33:03 +01:00
input_keyboard.h
…
input_keymaps.c
WiiU Initial Keyboard Support
2017-02-09 12:34:12 -05:00
input_keymaps.h
WiiU Initial Keyboard Support
2017-02-09 12:34:12 -05:00
input_overlay.c
Try to prevent truckload of warnings on iOS
2017-02-26 10:33:03 +01:00
input_overlay.h
…
input_remapping.c
…
input_remapping.h
…
input_remote.c
Don't call input_remote_state unless pointer is non-NULL
2017-04-20 10:57:09 +02:00
input_remote.h
…