- 25 Jan, 2023 4 commits
-
-
liamwhite authored
Revert #9617 and fix it on input_common
-
Narr the Reg authored
input_common: unbreak build with libc++ (missing std::ranges::find_if)
-
Jan Beich authored
src/input_common/drivers/joycon.cpp:187:26: error: no member named 'find_if' in namespace 'std::ranges' std::ranges::find_if(left_joycons, [](auto& device) { return !device->IsConnected(); }); ~~~~~~~~~~~~~^ src/input_common/drivers/joycon.cpp:193:54: error: no member named 'find_if' in namespace 'std::ranges' const auto unconnected_device = std::ranges::find_if( ~~~~~~~~~~~~~^ src/input_common/drivers/joycon.cpp:393:51: error: no member named 'find_if' in namespace 'std::ranges' const auto matching_device = std::ranges::find_if( ~~~~~~~~~~~~~^ src/input_common/drivers/joycon.cpp:402:51: error: no member named 'find_if' in namespace 'std::ranges' const auto matching_device = std::ranges::find_if( ~~~~~~~~~~~~~^
-
Narr the Reg authored
-
- 24 Jan, 2023 2 commits
- 23 Jan, 2023 1 commit
-
-
Alexandre Bouvier authored
-
- 22 Jan, 2023 7 commits
-
-
liamwhite authored
tests: update catch2 to 3.0.1
-
liamwhite authored
yuzu: Fix language comobox crash
-
liamwhite authored
nsight_aftermath_tracker: update for latest Aftermath SDK
-
liamwhite authored
allow volume up/down hotkeys to be repeated
-
liamwhite authored
core: hid: Fix stick minimum range
-
liamwhite authored
Add stacktrace symbol demangling
-
german77 authored
-
- 21 Jan, 2023 3 commits
- 20 Jan, 2023 23 commits
-
-
bunnei authored
debugger: add host fastmem pointer fetch command
-
Narr the Reg authored
-
german77 authored
-
german77 authored
-
bunnei authored
input_common: reset sdl motion if data is invalid
-
Narr the Reg authored
-
german77 authored
-
german77 authored
-
Narr the Reg authored
-
german77 authored
-
german77 authored
-
german77 authored
-
Narr the Reg authored
-
german77 authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-