index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_common
/
gcadapter
/
gc_poller.cpp
Age
Commit message (
Collapse
)
Author
2020-07-03
Address lioncash feedback: Log formatting, extern const PadButtonArray, ↵
Ameer
little touch ups
2020-07-02
Add LR triggers as axes, half press to initiate a press, add GC axis id in ↵
Ameer
config, clarify some code blocks for better readability
2020-06-30
Address feedback regarding increments, const vars, and general cleanup
Ameer
2020-06-24
padbutton enum class and struct initiailization
Ameer
2020-06-23
cleanup check access, read, and factory GetNextInput funcs. Use size rather ↵
Ameer
than magic number
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
Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command
2020-06-21
Clang Formatting
Ameer
2020-06-21
GC Adapter Implementation
Ameer