index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
GCAdapter.cpp
Age
Commit message (
Expand
)
Author
2024-12-01
Android/GCAdapter: Don't join current thread
JosJuice
2024-10-09
Simplify `std::fill` with `std::array::fill`
mitaclaw
2024-04-08
Core::GetState: Avoid Global System Accessor
mitaclaw
2024-03-20
GCAdapter: Adjust libusb transfer timeout to 100ms.
Jordan Woyak
2024-01-04
Core/SystemTimers: Refactor to class, move to System.
Admiral H. Curtiss
2023-08-17
Use structs for config callback IDs
JosJuice
2023-08-12
GCAdapter: Fix Android unused constant warning
Dentomologist
2023-08-12
GCAdapter: Fix spelling of constants
Dentomologist
2023-07-05
Switch libusb_config_descriptor to RAII type
nyanpasu64
2023-07-05
Workaround GC adapter detection breaking when reset fails
nyanpasu64
2023-07-05
Reset GC adapter upon IO error after sleep-wake
nyanpasu64
2023-07-05
Don't burn a CPU core and spam logs when GC Adapter fails
nyanpasu64
2023-07-05
Fix memory leak in libusb code
nyanpasu64
2023-02-09
Resolve various "no previous declaration" warnings
Pokechu22
2022-11-27
CoreTiming: Refactor to class.
Admiral H. Curtiss
2022-10-22
GCAdapter: Process pad state in read thread and other general cleanups.
Jordan Woyak
2022-06-08
GCAdapter: Compare with LIBUSB_SUCCESS instead of 0
Pokechu22
2022-06-08
Log warnings when LibusbUtils::GetDeviceList fails
Pokechu22
2022-06-02
GCAdapter: Use LibusbUtils::ErrorWrap in log messages
Pokechu22
2022-06-02
GCAdapter: Make local variables const where possible
Pokechu22
2022-06-02
GCAdapter: Merge Read logic
Pokechu22
2022-06-02
GCAdapter: Have the read thread control the write thread
Pokechu22
2022-06-02
GCAdapter: Exit early if the adapter fails to open on Android
Pokechu22
2022-06-02
GCAdapter: Remove check on write size on android
Pokechu22
2022-06-02
GCAdapter: Harmonize read/write thread variable names
Pokechu22
2022-06-02
GCAdapter: Remove unused includes
Pokechu22
2022-06-02
GCAdapter: Use determinism hack on Android
Pokechu22
2022-06-02
GCAdapter: Convert ControllerType to an enum class
Pokechu22
2022-06-02
GCAdapter: Fix rumble enabled config on Android
Pokechu22
2022-06-02
GCAdapter: Use std::array for controller read and write payloads
Pokechu22
2022-06-02
GCAdapter: Merge GCAdapter.cpp and GCAdapter_Android.cpp
Pokechu22
2022-04-23
Merge pull request #10540 from nyanpasu64/fix-gcadapter-atomics
JosJuice
2022-04-22
GCAdapter: don't call libusb_detach_kernel_driver on apple
Shawn Hoffman
2022-04-22
GCAdapter: fix retval check of libusb_detach_kernel_driver
Shawn Hoffman
2022-04-22
GCAdapter: move libusb context teardown last
Shawn Hoffman
2022-04-22
GCAdapter: some macro cleanup
Shawn Hoffman
2022-04-22
GCAdapter: set read/write thread names
Shawn Hoffman
2022-03-27
Remove unnecessary atomic usage in GCAdapter.cpp
nyanpasu64
2022-03-10
GCAdapter: Defer initialization until MainWindow::InitControllers
Pokechu22
2022-01-08
Config: Port SI device settings to new config system.
Admiral H. Curtiss
2022-01-05
Config: Port GC Adapter settings to new config system.
Admiral H. Curtiss
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-07
Lint: End of namespace
Sepalani
2021-05-05
InputCommon: replace SerialInterface log with ControllerInterface
Filoppi
2020-10-23
InputCommon: Migrate logging over to fmt
Lioncash
2020-07-18
Use range loop (if possible)
Filip Gawin
2020-07-09
InputCommon/GCAdapter: Unbreak Mayflash GCAdapters by allowing libusb_control...
Jordan Woyak
2020-07-07
InputCommon/GCAdapter: Fix offbrand "GCAdapters" with a libusb_control_transf...
Jordan Woyak
2020-05-10
GCAdapter: add libusb error logging on reads/writes
Pierre Bourdon
2019-06-26
Use separate libusb contexts to avoid thread safety issues
Léo Lam
[next]